longtone Posted November 4, 2008 Share Posted November 4, 2008 I want a link to open an external page in a new small window. The reason is to allow the user to browse related sites while watching a video. onclick="window.open('/path','','left=550,top=200,width=425,height=325,resizable=1,location=1,menubar=1,scrollbars=1,status=1,toolbar=1'); return false" works fine in FF, IE6 and 7, and Safari In Chrome it opens another tab Is there anything I can do? Link to comment https://forums.phpfreaks.com/topic/131328-pop-ups-in-google-chrome/ Share on other sites More sharing options...
JasonLewis Posted November 4, 2008 Share Posted November 4, 2008 It probably works fine in every browser EXCEPT Chrome. Every time you change a TAB to a NEW WINDOW it makes another process. It's strange. I'm not sure if there would be a fix for this. Try letting Google know. Link to comment https://forums.phpfreaks.com/topic/131328-pop-ups-in-google-chrome/#findComment-681945 Share on other sites More sharing options...
longtone Posted November 4, 2008 Author Share Posted November 4, 2008 Try letting Google know. I've posted it on their forum. Thanks Link to comment https://forums.phpfreaks.com/topic/131328-pop-ups-in-google-chrome/#findComment-682028 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.