HighDots Forums  

changing default button

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss changing default button in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
chris
 
Posts: n/a

Default changing default button - 09-26-2005 , 07:52 AM






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



Reply With Quote
  #2  
Old   
ijsaunders@gmail.com
 
Posts: n/a

Default Re: changing default button - 09-26-2005 , 09:28 AM






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


Reply With Quote
  #3  
Old   
chris
 
Posts: n/a

Default Re: changing default button - 09-26-2005 , 09:59 AM



<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


<ijsaunders (AT) gmail (DOT) com> wrote

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




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.