1.

How To Open A Window With No Toolbar, But With The Location Object.

Answer»

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

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



Discussion

No Comment Found