ralze34 Posted April 23, 2009 Share Posted April 23, 2009 Hey guys, I have a page that dynamically populates a page after a user logs in using an iframe. Whenever they log out, they are redirected to the main page. My problem is that, after logout, it stays within the iframe. How do I reload the entire page? Link to comment https://forums.phpfreaks.com/topic/155367-iframe-help/ Share on other sites More sharing options...
taith Posted April 23, 2009 Share Posted April 23, 2009 javascript... parent.window.location=''; if i'm not mistaken Link to comment https://forums.phpfreaks.com/topic/155367-iframe-help/#findComment-817438 Share on other sites More sharing options...
ralze34 Posted April 23, 2009 Author Share Posted April 23, 2009 That will reload the whole page, not just the iframe? Link to comment https://forums.phpfreaks.com/topic/155367-iframe-help/#findComment-817446 Share on other sites More sharing options...
ralze34 Posted April 23, 2009 Author Share Posted April 23, 2009 I added parent.location.reload() and all it is doing is reloading the iframe. Link to comment https://forums.phpfreaks.com/topic/155367-iframe-help/#findComment-817741 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.