Hi,
Here is the line that I am looking for an advise on:
<FORM NAME=myForm ACTION="RequestQuery.asp" METHOD="post" onSubmit="return VerifyData()">
Could I use variable instead of "RequestQuery.asp". The value of my variable will depend on what VerifyData() returns.
I mean, I need to be able to go to different pages depending on my data validation results.
Please advise.
Thanks.
Here is the line that I am looking for an advise on:
<FORM NAME=myForm ACTION="RequestQuery.asp" METHOD="post" onSubmit="return VerifyData()">
Could I use variable instead of "RequestQuery.asp". The value of my variable will depend on what VerifyData() returns.
I mean, I need to be able to go to different pages depending on my data validation results.
Please advise.
Thanks.