Gossamer Forum
Home : Products : DBMan SQL : Discussion :

'full_down' select box selection autofill other fields

Quote Reply
'full_down' select box selection autofill other fields
How do I make a 'full_down' select box selection autofill other fields on a form without a javascript approach?

Do I need to use a query?
...
<!--This selects primary key value of avo13-->

<%Dbsql::Relation::HTML::generate_full_down('avo13','avo11')%>

<!-- Now I want to autofill two text fields with two fields from avo13 based on primary key selection in full_down-->

<input type=text value=<%avo13.field1%>

<input type=text value=<%avo13.field2%>
Subject Author Views Date
Post 'full_down' select box selection autofill other fields billdgt 2495 Apr 6, 2004, 7:27 PM