Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to log out from a page within a frame?

Status
Not open for further replies.

longmatch

Programmer
Nov 1, 2001
406
I would like to find a way to log out from the main page which is framset with 3 separate pages in it. My logout link is within one of the three pages.

Thank you

Haijun
 
To open a new window you could put <A HREF=&quot;file.html&quot; TARGET=&quot; &quot;>CLICK HERE</A>

or

To open in same window but not in Frames use:
<A HREF=&quot;file.html&quot; target=_top>click here</A>

Hope this helps!
colorado1.gif

&quot;Quest for the Cup - 2002!&quot;
 
Thank you DellComputerUser.
I fixed my problem based upon your help. Right now new window will be popped up when logout is clicked. But the page with three frames is still there. I would like to close that window when logging out. Could you please tell me how to do it?

Haijun
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top