Re: [htmltmpl] iframes

2003-06-16 Thread Philip S Tellis
On Mon, 16 Jun 2003, Kevin Mulcahy wrote: > So what I want to do is have an entry make that: where xxx.cgi reads and parses tmpl. Remember... browsers parse frames. Browsers don't understand templates. HTML::Template parses templates, when perl programs ask it to. Philip -- It is easier

[htmltmpl] iframes

2003-06-15 Thread Kevin Mulcahy
Hi all Is there a way to get H::T to parse the contents of an iframe? I have a main .tmpl file with 4 iframes in it. Each iframe is also a .tmpl. So what I want to do is have an entry and my script can see the TMPL_LOOP in xxx.tmpl. Cheers Kev. ---