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:
BONUS QUESTION: Maybe it's possible to even reduce the menu down to only allow "PRINT" and "EXIT" to show?Code:'javascript: window.open('','NewWin','toolbar=no,status=no, width=100px,height=100px,resizable=no,scrollbars=no, top=100px,left=200px');
Thanks,
CP




Reply With Quote