[Javascript] Refreshing a frame?

Peter Brunone peter at brunone.com
Thu Apr 12 09:45:37 CDT 2001


    Normally that's fine... unless you have a frameset within a frame.  My
point, though, was that top.framename (or parent.framename) should be used
and *not* window.document.framename.location .

----- Original Message -----
From: "Chris Basken" <chriz at basken.com>
To: <javascript at LaTech.edu>
Sent: Thursday, April 12, 2001 9:25 AM
Subject: RE: [Javascript] Refreshing a frame?


> i always use parent.framename, but whatever works...

> -----Original Message-----
> From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
> Behalf Of Peter Brunone
> Sent: Thursday, April 12, 2001 10:27 AM
> To: javascript at LaTech.edu
> Subject: Re: [Javascript] Refreshing a frame?
>
>
> Wouldn't that be top.framename.reload() ?
> ----- Original Message -----
> From: Filipiak, Bob (Contractor)
> To: 'javascript at LaTech.edu'
> Sent: Thursday, April 12, 2001 7:22 AM
> Subject: RE: [Javascript] Refreshing a frame?
>
>
> window.top.location.reload() but if you are referring to a specific frame
> that is part of a frameset use window.document.framename.location.reload()
> Bob Filipiak (Contractor)
> MCP
> -----Original Message-----
> From: Anthony [mailto:anthony at dreamware.com.au]
> Sent: Wednesday, April 11, 2001 9:24 PM
> To: 'javascript at LaTech.edu'
> Subject: [Javascript] Refreshing a frame?
>
>
> How do i refresh a top frame from another frame?





More information about the Javascript mailing list