Click to See Complete Forum and Search --> : HTML Frames Question


OmegalordX
07-15-2001, 11:00 PM
Hello,

I had a question regarding frames in HTML.
I currently have a subsection of a webpage that is split into two frames (using one as a navigation bar of sorts). I wanted to have a selection on the navigation bar that would refer to the homepage.

The problem with this is that it only loads the homepage in one of the two frames. Is there a way to "destroy" the frames so when clicking on the "home" link it loads as a regular webpage (without any frames)?

Thanks in advance

Grizzly
07-15-2001, 11:08 PM
Sure, just target="_top" in your <a> tag.

OmegalordX
07-15-2001, 11:17 PM
Great thanks for the quick reply!