close browser on exit, prevent Windows prompt
Hi All,
I have an exit button that have the following line of code.
web.show_document('https://domain/close.html','_self');
Recently went from using JInitiator to Java Plug-in. Now, with Java plug-in it is prompting 'Do you want to close this window?'. With JInitiator, I didn't get this prompt. I would like to prevent the prompting before the IE closes. How can I prevent the windows prompt from appearing? Thank you for your input.
I have an exit button that have the following line of code.
web.show_document('https://domain/close.html','_self');
Recently went from using JInitiator to Java Plug-in. Now, with Java plug-in it is prompting 'Do you want to close this window?'. With JInitiator, I didn't get this prompt. I would like to prevent the prompting before the IE closes. How can I prevent the windows prompt from appearing? Thank you for your input.
0