tibberous Posted July 27, 2007 Share Posted July 27, 2007 I am trying to be able to open a new window without it getting popup killed. If I use <a href="" target="blank"> it works fine, but I want to be able to resize the window after. Is there some way I can refer to it in javascript? Quote Link to comment Share on other sites More sharing options...
per1os Posted July 27, 2007 Share Posted July 27, 2007 You could make it goto your own .php page with javascript for resizing etc and then have it redirect to the link. IE: <a href="your_window.php?link=http://www.google.com" target="_blank">Here</a> Then in the your_window.php code simply run javascript code to resize and do what you need to do and then do a redirect or if the file is on your server an include. Quote Link to comment Share on other sites More sharing options...
tibberous Posted July 27, 2007 Author Share Posted July 27, 2007 Oh, that was easy Yeah, I'll just do that, thanks man. 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.