prathap Posted October 3, 2006 Share Posted October 3, 2006 Hi friends,I have 2 frames in my website, which shows1. Tableofcontents2. ContentView.When I select any item in tableofcontent frame, then i can view that content in the contentview frame.Problem is like I want to have Signout feature for this. When I use the signout code in one frame, other frame is not closing. Is there anyway to use the signout feature to my website so that all the websie should be closed.Thanking you,Prathap Link to comment https://forums.phpfreaks.com/topic/22861-signout-problem-with-frames/ Share on other sites More sharing options...
thedarkwinter Posted October 3, 2006 Share Posted October 3, 2006 Hiif its an href link then use <a href='signout.php' target='_top'>singout</a>this will load signout.php as the parent framecheers,tdw Link to comment https://forums.phpfreaks.com/topic/22861-signout-problem-with-frames/#findComment-103015 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.