Click to See Complete Forum and Search --> : Closing a frame


steve-alwoodley
02-06-2005, 04:16 AM
I have a web site, and have created a document with frames. When I go into the "framed" document from another (unframed)page I cannot return, because the linked document now goes into my main frame, which is not what I want. The only way to get back, is to use the back button repeatedley until I get to the page which sent me there. Is there a way of closing the framed document and returning straight to an "unframed" document which sent me there.

Mr J
02-06-2005, 06:44 AM
Try adding

target="_parent"

to the document link in the frame


<a href="doc.htm" target="_parent">link</a>