html_code_clinic thread: [html_code_clinic]Re: Netscape 4.7, why it doesn't fire onunload event in
tagI 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')
>
>