6 Jun
2001
6 Jun
'01
9:02 a.m.
Hi Jeff, Jeff Nielsen wrote:
How do I construct a dtml-if statement with two conditions joined by "and" logic? I want to do something like this:
<dtml-if expr="LoginResults=='Pass'" .and. expr="PATH_INFO=='/'">
Did you try <dtml-if expr="LoginResults=='Pass' and PATH_INFO=='/'"> Regards Eric