milkmood
May 11th, 2005, 09:30 AM
Syntax please, to open a browser with no address bar, no status bar, but only a menu bar.
Does the URL or location of the page I want to open go into the first '' ?
It's something like this:
'javascript:
window.open('','NewWin','toolbar=no,status=no,
width=100px,height=100px,resizable=no,scrollbars=no,
top=100px,left=200px');
BONUS QUESTION: Maybe it's possible to even reduce the menu down to only allow "PRINT" and "EXIT" to show?
Thanks,
CP
Does the URL or location of the page I want to open go into the first '' ?
It's something like this:
'javascript:
window.open('','NewWin','toolbar=no,status=no,
width=100px,height=100px,resizable=no,scrollbars=no,
top=100px,left=200px');
BONUS QUESTION: Maybe it's possible to even reduce the menu down to only allow "PRINT" and "EXIT" to show?
Thanks,
CP