Brachole
04-10-2009, 07:37 PM
I'm trying to write this VBScript conditional that includes an "AND" and "OR" but it doesn't work...am I missing something?
IF ((Session("sessName") <> "Full Name") OR ( Session("sessName") <> "")) AND (Session("sessEmail") <> "Email Address") OR ((Session("sessEmail") <> "")) AND ((Session("sessComments") <> "Questions or Comments") OR (Session("sessComments") <> "Questions or Comments")) THEN
IF ((Session("sessName") <> "Full Name") OR ( Session("sessName") <> "")) AND (Session("sessEmail") <> "Email Address") OR ((Session("sessEmail") <> "")) AND ((Session("sessComments") <> "Questions or Comments") OR (Session("sessComments") <> "Questions or Comments")) THEN