DebbieDavis
Programmer
Hi there, I've searched but do not know how to do this. and I'm sure it's elementary but I'm not that familiar with wscript and the syntax. I have a simple html form:
I'm trying to pass the form values to the vbs so we can run a script based on the location chosen. How do I read the form value once it gets to test.vbs? Once I can do that the rest of my code will work. Many thanks for your input.
Code:
<form name=frmTest action=test.vbs>
<select name=location>
<option value=1>Front Desk
<option value=2>Yard
<option value=3>Accounting
</select></form>