Re: [htmltmpl] firing multiple templates

2003-09-28 Thread Erik
Puneet Kishor has written: > header.cgi --> header.tmpl --> frame: header > map.cgi --> map.tmpl --> frame: map > table.cgi --> table.tmpl --> frame: table > tabledetail.cgi --> tabledetail.tmpl --> frame: tabledetail > > clicking on the map (in the map fr

Re: [htmltmpl] firing multiple templates

2003-09-28 Thread Puneet Kishor
On Sunday, September 28, 2003, at 08:49 AM, Karen J. Cravens wrote: .. It's still sort of do-able, depending on your reason for frames. If they're just there to, say, provide scrollbars and you don't mind refreshing the whole page, you can do something like this: .. On Sunday, September 28, 200

Re: [htmltmpl] firing multiple templates

2003-09-28 Thread Karen J. Cravens
On Sat, 27 Sep 2003, Puneet Kishor wrote: PK>see, the problem is not really being able to fire two frames (yes, js PK>is the solution)... the problem is firing them from one perl script PK>calculating/creating values that have to be displayed in two frames... PK>as I understand... one script usual