
November 22nd, 2005, 05:25 AM
|
|
|
|
Join Date: Apr 2007
Posts: 53
Time spent in forums: < 1 sec
Reputation Power: 2
|
|
|
get data from dropdown
I have a dropdown and it list 3 values a Name, Description, url
like this:
DropDown
Name - Description - Url
Now I get the second value The description I need to get the third option "URL" and put in a button.
php Code:
Original
- php Code |
|
|
|
var snum = list.options [list.selectedIndex ].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum];
|