Page 1 of 1

Form's Inputs

Posted: Thu Sep 01, 2005 3:56 pm
by quadoc
I've two inputs (#1, #2). #2 input selection is depends on what the user select for #1 input. Is there a away to retrieve the input #1 before the form post? Does anyone knows? Please post some tips. Thanks...

Posted: Thu Sep 01, 2005 7:30 pm
by blacksnday
How do you want to retrieve #1?

Do you want it to stop before #2 starts
so that #2 can be compared to #1?

Posted: Thu Sep 01, 2005 7:43 pm
by quadoc
I just need to know what the user selected for input #1 and then decice what needs to populate for the input #2 for the user.

Posted: Thu Sep 01, 2005 7:45 pm
by feyd
I'm going to guess #1 is a select box? You can use the onchange event of a select box to process data when a selection is made.