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? ??? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.