[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: frames problems



Laverdiere, Pascal: BSCOTT wrote:
> 
> How do you link from a page with frame to a non-frame page?
> I mean when I use a link from a frame, the page load in that frame.
> Is there a way to close all the frame on my page and then load
> the page?
> 
> Pascal L.
> 
> 

In the frames documentaion, check the reserved names, 
particularly _top. If you use TARGET="_top" the url will be 
loaded into the entire browser window.

If you are conserned about people who come to your site from a 
frames site, you could write a JS routine that would run as soon 
as it was loaded that would load the desired frame into _top
--------------------------------------------------------------------
For help about the list, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
List archives and pointer to FAQ: http://www.obscure.org/javascript/