Gossamer Forum
Home : General : Perl Programming :

Grrr frames!

Quote Reply
Grrr frames!
I have some nested frames....

<frameset rows="*,80">
<frame name="top" src="wochat.cgi?do=load_frames;frame=frameset_top;sessionid=<%sessionid%>" frameborder="0"
<frame name="bottom" src="wochat.cgi?do=load_frames;frame=frameset_bottom;sessionid=<%sessionid%>" scrolling="no" noresize frameborder="0">
<noframes>
<body bgcolor="#FFFFFF">

<p>Please use a frames enabled browser to access this page!</p>

</body>
</noframes>
</frameset>

....then within "top" I have:

<frameset cols="*,200">
<frame name="left" src="wochat.cgi?do=load_frames;frame=frameset_left;sessionid=<%sessionid%>" scrolling="no" noresize frameborder="0" target="top">
<frame name="right" src="wochat.cgi?do=load_frames;frame=frameset_right;sessionid=<%sessionid%>" scrolling="no" frameborder="0">
<noframes>
<body bgcolor="#FFFFFF">

<p>Please use a frames enabled browser to access this page!</p>

</body>
</noframes>
</frameset>


No matter what I do I can't seem to find the name of the top left frame (Im trying to reload it from the bottom frame.

Any idea?

Last edited by:

Paul: Mar 30, 2002, 2:10 PM
Quote Reply
Re: [Paul] Grrr frames! In reply to
Nevermind I fixed it. Looks like naming it "top" caused a problem.

I changed the name and now I can use:

top.high.left.location.href