Hallo,
Ich denke, Du mußt einfahc verhindern, daß das FEnster geschlossen wird. Soweit ich das noch im Kopf habe geht das dann so:
<html>
<head>
<script language=javascript>
function link()
{
location.replace("http://localhost/cgi-bin/link.cgi");
return false;
}
</script>
</head>
<body onUnload="return link()">
</body>
</html>
Keine Garantie, daß es das ist ;-)
Grüße
Klaus