vote up 0 vote down star

I'm now dealing with a client request to open a form when the user leave the page. Can that be done?

flag

1 Answer

vote up 0 vote down

I think you are looking for

onbeforeunload event

An event that fires before the unload event when the page is unloaded.

link|flag
While this event is well known, it will fire an event but the page will be closed and the form will not be loaded. – yn2 Nov 4 at 17:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.