03-18-05 10:56 PM
I have an if statement in my .htx file that checks for one of two
conditions using a logical OR to join them.
<%if qt NE "" OR CiRestriction NE "qt"%>
The second condition seems to be ignored making me think that the OR
doesn't work.
Is there an OR operator avialable for htx logic?
Thanks.
[ Post a follow-up to this message ]
|