Hi
I am wanting to have a button which closes a browser window. There is an application message which asks them if they are sure they wish to close it. If they are sure then window.close() is called.
However, I am finding that when I call window.close, a message pops up asking if I want to close the window!
Is it possible to supress this message?
Thank you.
I am wanting to have a button which closes a browser window. There is an application message which asks them if they are sure they wish to close it. If they are sure then window.close() is called.
However, I am finding that when I call window.close, a message pops up asking if I want to close the window!
Is it possible to supress this message?
Thank you.