In a drop down list the <option value=""> returns a incrementing value depending on its location in the list.
How / where is the value="" drawing the actual content of the selection from? I assume there is an array holding the info.
Looking to output the chosen selection back to the page via getElementbyId
v9.0.2
How / where is the value="" drawing the actual content of the selection from? I assume there is an array holding the info.
Looking to output the chosen selection back to the page via getElementbyId
v9.0.2
Comment