I know this is a dumb question but this the first time I have tried to create a web page. How do I get the value of a select box.
I have this tag <SELECT name="loc"> that I am inserting loctions from my db. When the user selects a location I want to call my next asp page. (report.asp) I also have to make sure that the value does not = "Select a Location"
Does anybody know how to do this?
I have this tag <SELECT name="loc"> that I am inserting loctions from my db. When the user selects a location I want to call my next asp page. (report.asp) I also have to make sure that the value does not = "Select a Location"
Does anybody know how to do this?