is the best way to conditionally redirect my page based on the value of 2 radio buttons, to make the action on the submit goto a asp page and just pass the request.form("value"
to a variable, and then make a if statement to redirect based on the if statement?
radio:
<input type=radio value=111 name=Processed0> -option 1
<input type=radio value=113 name=Processed0> -option 2
here is the submit:
<input type="submit" name="Submit" value=" Submit Order ">
OR is there a way to do it in the same page?
thanks,
mike
radio:
<input type=radio value=111 name=Processed0> -option 1
<input type=radio value=113 name=Processed0> -option 2
here is the submit:
<input type="submit" name="Submit" value=" Submit Order ">
OR is there a way to do it in the same page?
thanks,
mike