E
Erin
Hi,
On a link that I send users via email I have a code number on the end that
populates a field on the page and that number is fed into a database when the
user clicks the submit button. Properties of this button is "Push Button" &
"Submit" type.
http://www.xxxx.com/survey/users_interface/Results/submission_form.asp?snumber=134
What I want to do is to code the submission_form.asp so that if snumber is
greater than 400 then when the submit button is clicked, I want it to open
http://www.xxxx.com/survey/executive_interface/Results/survey.asp
otherwise I want it to automatically open
http://www.xxxx.com/survey/departmental_interface/Results/survey.asp
I really need help and I need to know exactly where to put the code.
On a link that I send users via email I have a code number on the end that
populates a field on the page and that number is fed into a database when the
user clicks the submit button. Properties of this button is "Push Button" &
"Submit" type.
http://www.xxxx.com/survey/users_interface/Results/submission_form.asp?snumber=134
What I want to do is to code the submission_form.asp so that if snumber is
greater than 400 then when the submit button is clicked, I want it to open
http://www.xxxx.com/survey/executive_interface/Results/survey.asp
otherwise I want it to automatically open
http://www.xxxx.com/survey/departmental_interface/Results/survey.asp
I really need help and I need to know exactly where to put the code.