Is a snippet of JavaScript to open a home page without the toolbar.
I do not want to open with a link with window.open ()
This is for a portfolio that I want to show a plain window.
I can do with size -
window.resizeTo ()
But I can not find any code to get rid of the titlebar & Amp; Menubar ...
Thanks for any help :)
I do not It looks like you can do this without using window.open () , and it will kill many pop-up blockers.
Comments
Post a Comment