0

The following function is working in Chrome and Internet Explorer but not in Mozilla Firefox, why is that ?

$(window).bind('beforeunload', function () 
{
   if (document.getElementById('flg').value != 'ServiceSucceeded') 
   {
      document.getElementById('flg').value = '1';
      noBack();
   }
 });
Mayur
  • 79
  • 1
  • 2
  • 16

0 Answers0