|
-
Apr 16th, 2001, 02:11 PM
#1
Thread Starter
Member
I know my syntax is incorrect just need to know if there is a simple way to do this. What I thought might work obviously didn't 
Any suggestions would be greatly appreciated.
What I tried:
===================================
<%
IF NOT isempty(Request.Form("next")) then
if request.form("storeid") = "999" then
MsgBox "Incorrect Selection"
response.redirect "./default.asp"
else
response.redirect "./clientadd.asp"
end if
end if
%>
===================================
Kind Regards,
Hakan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|