Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: Repost about refreshing layers - August 12, 1998 at 05:25:48

You are here: irt.org | BBS | Re: Repost about refreshing layers [This BBS is closed]

Posted by Yvan Gagnon on August 12, 1998 at 05:25:48:

In Reply to: Re: Repost about refreshing layers posted by Martin Webb on August 10, 1998 at 09:12:53:

Hi Martin. Man, ... this one's give me such a hard time. I replaced "parent" with "top" because the hidden frame I want to put the refresh script in is in a nested frameset, and it crashes my browser violently! Where, specifically, did you look to get this code? I'd like to have alook for myself.

Here's what I have so far, anyways. Not that it works or anthing.

<HTML>
<HEAD>
<TITLE></TITLE>

<script>

function refresh ()
{
if ( (navigator.appName.lastIndexOf ('Netscape') != -1) &&
(navigator.appVersion >= '3.0')) {
top.Frame1.document.layers['text2'].load ('left-top.html',top.Frame1.document.layers['text2'].clip.width)

}
}

</script>

<META HTTP-EQUIV="Refresh" CONTENT="10; URL=left-bottom-hidden.html">

</HEAD>

<BODY BGCOLOR="#573306" TEXT="#000000" LINK="#FF0000" VLINK="#800000" ALINK="#FF00FF" onLoad="refresh ()">

</BODY>
</HTML>
Follow-ups:

You are here: irt.org | BBS | Re: Repost about refreshing layers [This BBS is closed]

©2018 Martin Webb