In article <bsagsp$tg$1$>,
says...
> danny wrote:
>
> > Is there a way I can prevent the browser window from being closed?
>
> No. (Although porn sites with hundreds of blinking banner adverts would love
> it if it were possible)
I bet!
> > I'd like to make sure the browser window only closes programatically (I
> > want to make sure the user enters data before moving on).
>
> This is the web. You can't force the user to do anything.
Actually, It's not for an internet application. I'm building a thin
client application. It's a call center application, and when a contact
is closed, they are supposed to enter data. Problem is, because it's a
browser, they can just click the X mark and close the window, which
leaves the contact waiting for data to move to another state. If I
could pop the window back up and request the data again, that is
acceptable, but I haven't yet figured that out.
> Make the
> application robust enough to survive the user doing the unexpected.
Gee thanks... I thought that's what I *WAS* doing...