Current location: Hot Scripts Forums » General Web Coding » JavaScript » Dynamic Select Elements In a Form


Dynamic Select Elements In a Form

Reply
  #1 (permalink)  
Old 03-27-04, 09:14 AM
Oztracker Oztracker is offline
Newbie Coder
 
Join Date: Mar 2004
Location: Henry, SD
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Dynamic Select Elements In a Form

I'm trying to make a form where the contents of the second SELECT box is determined by the value selected in the first SELECT box. Does anyone know of a script that does this?

Thanks, Isaac
Reply With Quote
  #2 (permalink)  
Old 03-27-04, 12:05 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
I htink I replyed to a similar post a while ago, but I'll take it again.

All you need to do is change the selectbox_id.selectedIndex property to another number.

If you want the same row on each box to be active:

<select id="selectbox_1" onChange="selectbox_2.selectedIndex=this.selectedI ndex">

and the same thing is done for the second box if you want them to change eachother.

Otherwise you can do like this:

<select id="selectbox_1" onChange="selectbox_2.selectedIndex=this.options[this.selectedIndex].value">

to make the second box change to a different option depending on what the value is of the option you just selected is.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
formmail problem gscraper Perl 12 08-27-04 03:06 AM
SQL database registration form help vinhkhuong PHP 3 10-10-03 03:49 AM
asp: URGENT! need to change code to create new form per id seala ASP 2 09-09-03 09:54 PM
asp: checkboxes & multi-page form seala ASP 0 09-02-03 01:58 PM
Dynamic form checkboxes (ASP) Claralu ASP 3 08-06-03 03:37 PM


All times are GMT -5. The time now is 02:14 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.