Borderless window using JavaScript?
HI!!!!!!!!!!!!!!!!!!!
My boss wants me to write a JavaScript that will open up a tiny window with two buttons.
The problem is she want one with no window borders. I think it can't be done with JavaScript because JavaScript basically manipulates HTML and thus must be drawn inside of a window.
Am I wrong or what?
doren
You can reply to: [email protected]
AndyB posted this at 21:27 — 19th September 2000.
They have: 344 posts
Joined: Aug 1999
I think that there is a browser feature than does not allow windows to be less than 100px by 100px. But anyway, a window without borders can't be done - as a window.
Why not have the buttons on an invisible layer and then click 'something' to change the visibility so the layer with two buttons (and no border) appears.
Jim Shilt posted this at 21:52 — 19th September 2000.
They have: 268 posts
Joined: May 1999
Check out my calendar at http://www.shoutingrock.org/troop214/junxx.shtml
If this is what you want let me know and I can help you with the code.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.