How to remove frames

R

Robert

I have section of my site that uses a Contents Frame Page. List of items is
on the left, and the content shows on the right. Works fine.

I have a link to leave this Frame page and go back to the home page. But
when I click to leave this area, for example to go back to home page, the
home page is displayed in the frame on the right.

How do I completely clear out the frames so that I get back to a regular "no
frame" page?
 
T

Thomas A. Rowe

Set the target value of the link to _top (whole page)

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
R

Robert

Thank you. That did it.

Thomas A. Rowe said:
Set the target value of the link to _top (whole page)

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top