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? Quote Link to comment 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. Quote Link to comment 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 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.