How to window.open with a toolbar in Google Chrome?
Posted
by brahn
on Stack Overflow
See other posts from Stack Overflow
or by brahn
Published on 2010-04-02T17:18:23Z
Indexed on
2010/04/02
17:23 UTC
Read the original article
Hit count: 217
The following javascript opens a pop-up in Firefox, Safari, IE, and Google Chrome:
window.open("http://google.com", "foo", "toolbar=yes,location=yes,menubar=yes")
However, in Google Chrome the toolbar (with the usual forward and back buttons, etc.) does not appear on the popped-up window. (Tested on both Windows and Mac.)
How can I fix this? I would like the user to be able to navigate forward and back using the tools with which they are most familiar.
Thanks!
© Stack Overflow or respective owner