7 Jun
2001
7 Jun
'01
11:42 a.m.
Thanks Christian, but it didn't work. I went with the long way:
<dtml-if expr="LoginResults=='Pass'"> <dtml-if expr="PATH_INFO=='/Maintain/Results'"> Valid response <dtml-else> False response </dtml-if> <dtml-else> False response </dtml-if>
<dtml-if expr="LoginResults=='Pass' and PATH_INFO=='/Maintain/Results'"> Valid Response <dtml-else> Fasle Response </dtml-if> cheers, Chris