Jump to content

Select Element Acess


mjsulliv

Recommended Posts

Hello, I need to get access to the selected "value" of a select element (selectA). I can get an array of the option values using

selectA.getElementsByTagName("option");

But what I want to do is access the value that has been selected for selectA, when triggered by an "onChange" method of a second select (selectB). I then want to put it into the "value" of a third select element (selectC)Any help would be much appreciated.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...