Borderless window using JavaScript?

They have: 100 posts

Joined: Sep 1999

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's picture

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.

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.