Is there a way to use JavaScript to open a home page without toolbars?
I prefer not to use window.open()
from a link.
This is for a simple portfolio display where I want only the window to be shown.
I can resize with window.resizeTo()
, but
I haven't found any code to remove the titlebar and menubar...
Appreciate any assistance :)