[Javascript] unsubscribe

Brian Andrews bandrews at marlboro.edu
Mon Apr 16 10:37:23 CDT 2001


Try this
history.go(-1);return false;



>> When I do <BODY onUnload="javascript:backBrowser();">
>> 
>> function backBrowser(){
>> history.go(-1); 
>> }
>> 
>> it works in IE 5 on Windows, but it crashes Netscape.  When I use
>> document.referrer, it just goes back to my browser detection page.
>> What can I do that works in both IE and Netscape?





More information about the Javascript mailing list