So, for your code (reshown below):
You may be able to concatenate right from the 'get-go' like so:
<SELECT tabindex = "1" style="WIDTH: 175px" name="selSurveyOne" onchange=addComment("commentOne",this.options[this.selectedIndex].value & " - " & this.options[this.selectedIndex].text)>
I...
I wasn't very happy with other replies to this question because I don't think the request was well enough comprehended, so I did my own checking on methods usable for the <select> form element. Turns out you can use options(selectedindex).text method in your script to acquire the value of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.