Forum Moderators: open
I have users logging into a java applet that is creating a telnet session.
The users, because they are on the web, believe they can just close the window.
Is there a way I can "confirm" the window close if they press the X on the window?
I can see how this is somewhat "hi-jacking" the browser but that is not my intention.
If you do not wish others to see the reply, go ahead and stickymail it to me.
Thanks for the help.
<body onbeforeUnload="handle()">
gives me "expect an object" error.
maybe I'm using it wrong. I found it in a post here and it says that it only works in IE...(no version stated though).
that would be good enough because this is an internal page, if they aren't using IE6 we say "screw you, conform or don't use your system".... in a nice way anyway :P