2 Oct
1999
2 Oct
'99
8:08 p.m.
Ethan Fremen wrote: Yipe! remember the single quotes...
<dtml-if "error_type == 'errorhere'"> <dtml-var thisError_response> <dtml-var standard_html_footer> <dtml-else> <dtml-if "error_type == 'nexterror'"> <dtml-var otherError_response> <dtml-var standard_html_footer> <dtml-else> <p>Something is wrong, something is terribly wrong</p> </dtml-if> </dtml-if>
-- ~mindlace