html_code_clinic thread: Netscape 4.7, why it doesn't fire onunload event in 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?
|





