D
darrel
On my vb.net page, I have 4 sets of inputs + form buttons.
example:
Search: [___________] (GO)
Zip: [____________] (GO)
County: [select a county | \/ ] (GO)
County: [select a building | \/ ] (GO)
The problem is if I go to the page, type in a zip code, and hit enter.
What happens is that the SEARCH button is triggered...not the ZIP button.
Is there any way to automatically move focus to the correct submit button
upon hitting return?
-Darrel
example:
Search: [___________] (GO)
Zip: [____________] (GO)
County: [select a county | \/ ] (GO)
County: [select a building | \/ ] (GO)
The problem is if I go to the page, type in a zip code, and hit enter.
What happens is that the SEARCH button is triggered...not the ZIP button.
Is there any way to automatically move focus to the correct submit button
upon hitting return?
-Darrel