onUnload is not working for mozilla bu开发者_运维技巧t the same function is working fine for IE.
Below is the code sample :
<body style="background-color: gainsboro;" onload="SetScrollPosition()" onUnload="LogMeOut()">
Please suggest me the resolution.
I'd recommend you install the Firebug plugin, it has a javascript debugger which should allow you find the issue.
精彩评论