Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Re: Need confirmation of ONUNLOAD in tag


Message #1 by "John Danger Stevens" <manofgod@u...> on Tue, 1 May 2001 14:35:18 -0700
There was a post like this a while ago.  The result of the conversation
seemed to be that Netscape isn't nearly as adept at firing events upon close
as IE.  I think you should try some other way of executing your function if
you are relying on Netscape to give you a closing window event.
  Good luck,
         - Danger


----- Original Message -----
From: "Don Woo" <dwoo@r...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Monday, April 30, 2001 2:55 PM
Subject: [html_code_clinic] Need confirmation of ONUNLOAD in <BODY> tag


> Can anyone please test/confirm if the ONUNLOAD event is fired within the
> <BODY> tag using Netsape 4.7/4.77.   I can not get it to fire, it WILL
> fire the ONLOAD event.
>
> <body onunload=window.alert("onunload");>
manofgod@u...
$subst('Email.Unsub')
>
>


  Return to Index