Re: [ILUG] Perl + HTML Frames

From: Stephen Shirley (diamond at domain csn.ul.ie)
Date: Wed 12 May 1999 - 14:13:20 IST


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

Rob Hill wrote:
>
> Hi luggers......
> I've written a wee perl chat script (http://www.irelands-web.ie/cafe)
> and now want to expand it
> to use frames - the catch is that there are no actual html files
> involved - the script outputs all the html - anyone have any ideas or
> examples on how to do this?
> 'elp would be appreciated (although not in any tangiable manner).
>
> rob
>
> --
> Irish Linux Users' Group: ilug at domain linux.ie
> http://www.linux.ie/mailman/listinfo/ilug for (un)subscription information.
> List maintainer: listmaster at domain linux.ie

--
<The .sig got shot cause
someone didn't like it>


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