princessk1
Programmer
I am trying to get the value from a combobox on a previous ASP where the code is between the <SCRIPT> tags. I have tried this line of code:
regionName = request("region"
and
regionName = request.form("region"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Region is the name of the combobox.
It gives me the error "Type Mismatch". I am unsure of the correct syntax. Thanks in advance.
regionName = request("region"
and
regionName = request.form("region"
Region is the name of the combobox.
It gives me the error "Type Mismatch". I am unsure of the correct syntax. Thanks in advance.