Wrox Home  
Search P2P Archive for: Go

  Return to Index  

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


Message #1 by "Don Woo" <dwoo@r...> on Thu, 29 Mar 2001 18:10:53
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?



  Return to Index