Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Re: [html_code_clinic]Re: Netscape 4.7, why it doesn't fire onunload event in tag


Message #1 by "Don Woo" <dwoo@r...> on Mon, 2 Apr 2001 16:18:30
No one is answering my question, why it ISN'T firing the onunload event or
even the onexit event, but it fires the onload ok.
The onblur won't work for me because it is from a popup, which anyone
can click out of without using the close button, in which case I do not 
want the event to fire, only when exiting is done via the close button.




> I think an event even more widely used that OnUnload is OnExit.  Try that
> out - you can put it along with OnUnload if you wish.
> 
> <body onexit=" .... " onunload=" ... ">
> 
> 
> 
> 
> ----- Original Message -----
> From: "Don Woo" <dwoo@r...>
> To: "HTML Code Clinic" <html_code_clinic@p...>
> Sent: Thursday, March 29, 2001 6:10 PM
> Subject: [html_code_clinic] Netscape 4.7, why it doesn't fire onunload 
event
> in <Body> tag
> 
> 
> > Does anyone know why Netscape 4.7 is not firing the onunload event
> > within the <Body> tag?
> >
> > Here is my code:
> > <BODY id="GP_Main" onunload="refresh_titleframe();"  background="<%
> > =Application("bgGIF")%>">
> >
> >
> > It fires an onload event fine.
> >
> > <BODY id="GP_Main" onunload="refresh_titleframe();"  background="<%
> > =Application("bgGIF")%>" onload="test();">
> >
> >
> > what's up?
> >
> >
> >
> manofgod@u...
> $subst('Email.Unsub')
> >
> >
> 

  Return to Index