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");

2009-01-13, 4151👍, 0💬