Form Variable Available on same page?
Posted: Thu Jan 26, 2006 9:58 pm
Hi all..
Quick question here... In a form, can you make the selection on an input, available as a variable on the same page, without moving to another page?
Example:
If I want to provide the user differing options, depending on what they chose in the box above, is it possible without leaving that page?
Thanks
David
Quick question here... In a form, can you make the selection on an input, available as a variable on the same page, without moving to another page?
Example:
Code: Select all
<select name="numberBeers">
<option> 1
<option> 2
</select>Thanks
David