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