changing default button

C

chris

i have a form with 3 buttons with a text box next to each button

what i want to do is when a textbox is filled out the default button is
changed to the button next to that text box rather than the first button on
the form.

how would i do this.

Chris
 
I

ijsaunders

do you mean the tab index? are you able to explain / provide
non-working example?
 
C

chris

<form method="POST" action="page.html">
<p><input type="text" name="box1" size="20"><input type="submit"
value="Button 1" name="B1" onclick (do something 1)></p>
<p><input type="text" name="box2" size="20"><input type="submit"
value="button 2" name="B2" onclick (do something 2)></p>
<p><input type="text" name="box3" size="20"><input type="button"
value="button 3" name="B3" onclick (do something 3)></p>
</form>

in the above example if box 3 is filled in and you press the enter key,
button 1 will be operated as it is the first button on the page and is the
default

what I want is when box 3 is filled out and the enter key is pressed button3
is operated, maybe when one of the text boxes gets the focus then the
appropriate button is set as default - hope you understand what I want
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top