> 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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )