Re: [ILUG] Perl + HTML Frames

From: Rob Hill (robhill at domain indigo.ie)
Date: Wed 12 May 1999 - 14:25:10 IST


Stephen Shirley wrote:
>
> Well it shouldn't be that hard. I have a page
> at http://www.csn.ul.ie/~diamond/pictures.html
> and the righthand-lower frame is actually
> generated automatically by a cgi script.
>
> The code for the main page is:
>
> <frameset cols="22%,*" border="0">
> <frameset rows="20%,*" border="0">
> <frame name="topmenu" src="topside.html" SCROLLING="NO">
> <frame name="menu" src="cgi-bin/pics.cgi">
> </frameset>
> <frame name="main" src="blank.html">
> </frameset>
>
> Steve
>

If only it were that easy - but the script has to output both frames,
with one run through the script, or else I'll have to parce the script
twice, passing many details back to the script the second time using the
URL eg
http://something.somewhere/cgi-bin/script.pl?option=value&otheroption=othervalue&otheroptionagain=anotheroptionagain&adverbatim=onandon&on=on
I would also like to hide this from the luser (meaning 'likeable user').

rob



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:12 GMT