|
select value in ns4
-
selene1
-
rdcliji
This archived discussion is "read only".
For the corresponding "live" discussions, post in the active topic forum here.
»
selene1
- select value in ns4
Could anyone tell me how can i get the value of select option in ns4?My code works fine in ie but in netscape it gives null as a result.I checked out select objects's properties in ns4 and it doesn't even have value property.
»
rdcliji
- Re: select value in ns4
In response to message posted by selene1: SelectBox Name: "country" Form including this: "info"
value=document.info.country.options[country.selectedIndex].value;
Please follow the guidelines set forth in the
Suite101 Posting Etiquette
when adding to the discussion.
|