I have a page with a form which includes a list and a menu- each with ~40 objects. Here are the properties of the form:
<form action="htm_account_summary.asp" name="Account" method="post" onSubmit="return VerifyData()">
I would like to be able to have the submit button highlighted so that users select something from the menu and hit enter rather than have to hit the submit button. with the mouse. How can I get this done?
Thanks in advance for your help.
<form action="htm_account_summary.asp" name="Account" method="post" onSubmit="return VerifyData()">
I would like to be able to have the submit button highlighted so that users select something from the menu and hit enter rather than have to hit the submit button. with the mouse. How can I get this done?
Thanks in advance for your help.