Re: [htmltmpl] firing multiple templates
Brought to you by:
samtregar
From: Puneet K. <pk...@ei...> - 2003-09-28 02:16:18
|
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, and update two (or more) > frames > PK>with respectively different templates. > > Only way I know of to do that is with Javascript and putting an onclick > either in the FORM or in the A link (depending on whether your "button" > is a submit button or just a link button). > ya but... see, the problem is not really being able to fire two frames (yes, js is the solution)... the problem is firing them from one perl script calculating/creating values that have to be displayed in two frames... as I understand... one script usually has one template associated with it (although it could have more templates... there is nothing in the docs that says it can't). What I cannot to is fire two scripts... because all the relevant calculations are in one script... I just want to take the results and divvy them up into two frames. this may well prove my undoing. |