select value in ns4


  1. selene1
  2. rdcliji

This archived discussion is "read only".
For the corresponding "live" discussions, post in the active topic forum here.



Top 1.   Aug 16, 2001 5:06 AM

» 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.

-- posted by selene1



Top 2.   Jun 4, 2002 9:14 PM

» 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;

-- posted by rdcliji



Please follow the guidelines set forth in the Suite101 Posting Etiquette when adding to the discussion.