Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Onselect Change another form select 1

Status
Not open for further replies.

skosterow

Technical User
Feb 23, 2002
135
US
heres the deal guys and gals -

I need alittle help on this and i have looked to no avail.

I need to be able to select something from a form selct box.

IE -

<form action="" method="">
<select name="SELECT1">SELECT1::DATA</select>
</form>

SELECT1::DATA will be populated by Perl. With several options in it.

Heres the kicker - after selection 1 is made i need for selection 2 to change to different data.

IE -

<form action="" method="">
<select name="SELECT1">SELECT1::DATA</select>

:: This changes depending on what is selected from SELECT1::DATA::
<select name="SELECT2">SELECT2::DATA</select>
</form>

Thanks for your help in advance!

- Scott

 
many examples here already and via google...

=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
 
Jemminger,

Thanks could you point out what i should be searching for?? I think maybe im looking in the worng place or using the wrong Key words.
 
i'll grant you the search option here isn't the easiest to use to get specific results...

aside from that, google "javascript dynamic select list"

also try
Creating new select list options dynamically faq216-4766
how to dynamically modify the list in a listbox ? faq216-335

=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top