| Hi all,
|
|      How can one redirect HTML docs to
|    different frames from WITHIN a single PERL script????
|
|      Example I have a perl script which generates 3 HTML code output for
| three frames. Now how can I specify that this HTML is for this frame????

You can't. What I do is let my script generate a document with a frameset
and dynamically generate querystrings for each <frame
src="somewhere?something"> tag. Another approach is to just let your script
generate just a <html><body onLoad="alotofjavascript"></body></html>,
possibly in a 0-sized frame and let javascript load all the other frame
contents.

Ime

Reply via email to