PDA

Click to See Complete Forum and Search --> : How do I close frames?


HarryW
Apr 25th, 2000, 09:27 PM
Hi.

I have the standard toolbar & contents list frames, like this:


________________________________________
| Toolbar |
|_______________________________________|
| C | |
| o | |
| n | |
| t | Main |
| e | Window |
| n | |
| t | |
| s | |
|_____|_________________________________|

(code tags are to preserve formatting)

Okay, so my page comes uip in the main window when I click on the link in the contents frame. How can I, when my main page loads (main.asp) remove the toolbar and contents frames and display my main window at full size? Any ideas?

Thanks

[Edited by HarryW on 04-26-2000 at 02:29 PM]

noone
Apr 26th, 2000, 08:01 AM
I belive if you set the target to parent, it should open up without the frames, try it and see what happens.
eg.
<a href ="somelink.html" target="parent">something</a>

HarryW
May 3rd, 2000, 04:55 AM
Okey doke. Thanks :)