TEST02.html

The HEAD of this document contains the following, simple script. It ensures that when this document is loaded the browser window it is in will come to the front if it is already open, but behind the currently active window.

<script language="JavaScript1.1">
    window.focus();
</script>


<a href="javascript:window.close();">close this window</a>