DEVFYI - Developer Resource - FYI

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

JavaScript Interview Questions and Answers


(Continued from previous question...)

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

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

(Continued on next question...)

Other Interview Questions