busillis Posted July 9, 2008 Share Posted July 9, 2008 I'm using LightWindow (http://www.stickmanlabs.com/lightwindow/), and when clicking a button, i'm hoping for it to: Close the lightwindow (myLightWindow.deactivate() Redirect its parent (the normal web page) to another page (i.e. /test.php) Anyone have any idea? ??? Link to comment https://forums.phpfreaks.com/topic/113875-redirect-parent-to-new-page/ Share on other sites More sharing options...
lemmin Posted July 9, 2008 Share Posted July 9, 2008 Does lightwindow create a window object? If it does, you can use: windowobject.parent.location="test/php" to redirect the parent. Link to comment https://forums.phpfreaks.com/topic/113875-redirect-parent-to-new-page/#findComment-585478 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.