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

Re: How to clear frames



At 11:56 AM 2/26/96 -0500, you wrote:
>Hi,
>        I have a page which uses frames. When a user goes to a link not
>at my site, I want to erase the frames and have the new link take up the 
>whole NS window. I have tried things like parent.document.clear() and 
>had no success. Any ideas?

  in your <a href=" thing put the words "target=_top" so it looks sort of like
  <a href="xxxxx" target=_top>.  That will erase the frames.

  If you want to make this the default put the "target=_top" in your <body>
statment.
  Then you would put in (i think, I may be mistaken) "target=_self"
dsds

--------------------------------------------------------------------
This message came from the mailing list javascript. For help using the
mailing list software, 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'.