NewtownGuy
Technical User
Hello,
This is for a commercial application, not an annoying popup.
Here's what I'd really like to do -- have the user open his web browser to a URL that I provide, and have index.html open to a small size that I specify, and without borders, menu bar, scroll bars, etc -- as small as possible. I don't want the user to have to click "ok for popup" or something like that due to problems with OnLoad. I have a window.open script that does this IF an initial window is opened first, but I want to remove the initial window.
How do I avoid the initial window but still open to the size I want and without the header, etc. ?
Alternatively, and this is what I'm doing now, I give the user a RESIZE button to click and I use a resize script. But how do I get rid of scrollbars, menu bar, etc, in the resized (shrunk) browser window ?
Thank you.
-- NewtownGuy
This is for a commercial application, not an annoying popup.
Here's what I'd really like to do -- have the user open his web browser to a URL that I provide, and have index.html open to a small size that I specify, and without borders, menu bar, scroll bars, etc -- as small as possible. I don't want the user to have to click "ok for popup" or something like that due to problems with OnLoad. I have a window.open script that does this IF an initial window is opened first, but I want to remove the initial window.
How do I avoid the initial window but still open to the size I want and without the header, etc. ?
Alternatively, and this is what I'm doing now, I give the user a RESIZE button to click and I use a resize script. But how do I get rid of scrollbars, menu bar, etc, in the resized (shrunk) browser window ?
Thank you.
-- NewtownGuy