How to open a window with no toolbar, but with the location object.

Q

How to open a window with no toolbar, but with the location object.

✍: Guest

A

window.open("http://www.mysite.org/Misc/Pennies","Pennies","resizable=yes, status=yes,toolbar=yes,location=yes,menubar=yes,scrollbars=yes,width=800,height=400");

2011-05-15, 3180👍, 0💬