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:
ATA</select>
</form>
SELECT1:
ATA 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:
ATA</select>
:: This changes depending on what is selected from SELECT1:
ATA::
<select name="SELECT2">SELECT2:
ATA</select>
</form>
Thanks for your help in advance!
- Scott
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:

</form>
SELECT1:

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:

:: This changes depending on what is selected from SELECT1:

<select name="SELECT2">SELECT2:

</form>
Thanks for your help in advance!
- Scott