Contact:   Tel: 2726  -  New Media Systems, 1st Floor South, Queens Walk


Sorry I noticed the typo!


Try to view this page in your browser and then chaneg to another page within the
browser.


<html>
<head>
<script language=javascript>

function unloadPage()
{
    alert("Page is abuot to be unloaded!");
    location.href = "http://yourhost/servlet/yourservlet");
}

</script>

</head>

<body onUnload=JavaScript:unloadPage()>

</body>
</html>



Cheers,



Charles

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to