Forum Moderators: open

Message Too Old, No Replies

Frames

Adding and Removing dynamically

         

terramajari

12:18 pm on Dec 2, 2001 (gmt 0)



I want to have a page with 2 frames but when the user clicks a link, I want one of the frames to be removed. Is this possible? How do I do it? HELP!

sarkye

1:16 pm on Dec 2, 2001 (gmt 0)

10+ Year Member



terramajari, if the link on your frames goes to "thispage.html", set your anchor tag like this:

<a href="thispage.html" target="_top">text</a>

That will load the page in the same window and remove the frameset