При закрытии окна открывается новое
Код
<!-- HEAD START HERE -->
<script language="JavaScript">
<!--
function goodBye()
{window.open("index.htm");}
//-->
</script>
<!-- HEAD END HERE -->
</head>
<body bgcolor="#EDEDED" text="#000000" link="#000000" topmargin="0" leftmargin="0"
onunload="goodBye()">
<center>
<!-- BODY START HERE -->
<!-- BODY END HERE -->
|