Click to See Complete Forum and Search --> : window


jampierre
04-08-2003, 10:01 AM
Hi everybody.
I've a small problem.
I'd like to avoid to the user to click on the close window's button (the X on the top of the window).
Is it possible to do??
I've tried using the "fullscreen" window's properties, but in this way the user can't move in the others windows opens.
I'm sorry about my english.
I hope my trouble is clear to you.
Thank you very much.

havik
04-08-2003, 10:33 AM
You cannot disbable that button with client side javascript. The user
remains in control of the window.
Trusted script can however with NN4 open a window without the titlebar.
And IE can open a window fullscreen without titlebar with
open ('url', 'windowName', 'fullscreen')

But since you tried that, then I guess that's all thats left.

Havik

jampierre
04-08-2003, 11:07 AM
Thank you very much Havik.