Close   

Admin and announcement forums

    30 Mar 2008
onbeforeunload perform some task before unloading page by javascript  
kumar rakesh
create and manage free online surveys with unlimited responses
Online surveys are now basic requirement of everyone who want to review there products or to make studies about anything. But finding a solution who can provide esurveys efficiently is really a big pain. creating an online survey with inefficient tool as irritating and getting survey conducted with limitations on responses is even worse.
cont..
    30 Mar 2008
onbeforeunload perform some task before unloading page by javascript  
kumar rakesh
practice interviews and prepare for interviews
in todays changing world every one want to increase there salaries very quickly.
Changes your employer is an very efficient solution for this. But changing employer and company is not so easy.

cont..

Viewed 139 times
Total posts : 1

    22 Apr 2008
onbeforeunload perform some task before unloading page by javascript  
Ernie Kent
His other forums
onbeforeunload perform some task before unloading page by javascript

If you want to perform some some task, before user leaves page, then it can be done by using javascript function

"onbeforeunload"

some page ending tasks can be performed by using this function. Ajax can be used if server side interaction is required.

usage:

document.onbeforeunload = function(){

  // code to run before leaving page

  return 'message to be displayed for confirmation';

}

if message is left blank then, a default message will be prompted with "OK" and "cancel" buttons.

OK will move to leave page and CANCEL will cancel the event.

22 Apr 2008
 
Ernie Kent
His other forums

There's one problem with this event


It can not be determined that what is clicke by user "OK" or  "CANCEL"


so, suppose if i want to make some entries in database if user clicks "OK" and nothing to do if user clicks "CANCEL", then there's no way of doing this.



do anybody have any workaround for this solution?

Login to participate in forums

Login to participate in forums
jump to :
Post reply on this forum

1

Comment on this forum
Name :
Email :
Comments :
Legends
onbeforeunload perform some task before unloading page by javascript Forums tagged onbeforeunload perform some task before unloading page by javascript Forums tagged. But locked for further reply
="onbeforeunload Forums locked. can not accept further replies onbeforeunload perform some task before unloading page by javascript General forum