
February 2nd, 2004, 07:17 PM
|
|
Junior Member
|
|
Join Date: Jan 2004
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Combo Box Problem
Hey,
I have this combo box, well several actually and I am setting up this perl script that process the what they have selected in the combo box and gives a link to the selected value of the combo box. I good example would be if someone selectes different website from a combo box and press the next button the script would display the what they selected from the combo box and turn it into a link. I am looking for some help on how to set up the perl script to make the selected index a link. I already know how to display the selected index, I just need to now turn it into a url. You could say that I want to get the value of the combo box from the selected index to be read in perl. Example
<option value=http://www.intel.com>Intel.com</option>
|