[Zope] MailHost Questions

marc lindahl marc@bowery.com
Mon, 31 Dec 2001 14:56:57 -0500


> From: Ben Ocean <zope@thewebsons.com>
> this elaborate, inelegant solution that works for me:
> 
> <dtml-elif this_seminar>
> <dtml-call "REQUEST.set('group',group+'_frame')">
> <dtml-if expr="size=='1024'">
> <dtml-call 
> "REQUEST.RESPONSE.redirect('http://constructioncalc.com/1024/eng/Seminars/num/
> '+group)">
> <dtml-else>
> <dtml-call 
> "REQUEST.RESPONSE.redirect('http://constructioncalc.com/800/eng/Seminars/num/'
> +group)">
> </dtml-if>
> </dtml-if>


how about just

<dtml-call 
"REQUEST.RESPONSE.redirect('http://constructioncalc.com/'+var+'/eng/Seminars
/num/'+group+'_frame')">