Hello,
I am trying to do a if and, redirect but I am getting and error
what I would like is to check if a field is empty or not.
Here is what I have tried
I am trying to do a if and, redirect but I am getting and error
Code:
Error Type:
Microsoft VBScript compilation (0x800A0400)
Expected statement
what I would like is to check if a field is empty or not.
Here is what I have tried
Code:
<% if rs("itm") = rst1(("itm") and rs("uid") = rst1("uid") then response.redirect"in.asp" else "tryagain.asp"%>