31 Dec
2001
31 Dec
'01
7:56 p.m.
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')">