gaalaant
02-27-2010, 01:54 PM
Hi,
Would it be possible to use a value in a form text box to hide/show additional text boxes in that form? Meaning, if a user enters a value into a text box of 1 (default is 0), then another text box pops up.
I guess I cant use server-side processing because I would like this behavior to occur without the submit button being pressed. Is java the only option?
I guess my major confusion is how to get the value entered by the user out of the text box without the entire form being submitted. I mean, if the form is submited and the user has navigated away, i can retrieve the value entered from the database, but I would like to show other options dynamically when a value is keyed in but before a button is pressed.
thanks.
Would it be possible to use a value in a form text box to hide/show additional text boxes in that form? Meaning, if a user enters a value into a text box of 1 (default is 0), then another text box pops up.
I guess I cant use server-side processing because I would like this behavior to occur without the submit button being pressed. Is java the only option?
I guess my major confusion is how to get the value entered by the user out of the text box without the entire form being submitted. I mean, if the form is submited and the user has navigated away, i can retrieve the value entered from the database, but I would like to show other options dynamically when a value is keyed in but before a button is pressed.
thanks.