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

Re: [htmltmpl] firing multiple templates

2003-09-27 Thread Puneet Kishor
On Saturday, September 27, 2003, at 08:03 PM, Karen J. Cravens wrote: On Sat, 27 Sep 2003, Puneet Kishor wrote: PK>So I am working with frames (I have to). Different scripts populate PK>different templates in different frames -- at different times. Now I PK>want to press one button in one frame,

Re: [htmltmpl] firing multiple templates

2003-09-27 Thread Karen J. Cravens
On Sat, 27 Sep 2003, Puneet Kishor wrote: PK>So I am working with frames (I have to). Different scripts populate PK>different templates in different frames -- at different times. Now I PK>want to press one button in one frame, and update two (or more) frames PK>with respectively different template

[htmltmpl] firing multiple templates

2003-09-27 Thread Puneet Kishor
So I am working with frames (I have to). Different scripts populate different templates in different frames -- at different times. Now I want to press one button in one frame, and update two (or more) frames with respectively different templates. I have -- frame1.cgi --> frame1.tmpl --> frame1