<html>
<head>
</head>
<body>
<script>
var win=null;
function test(){
if(win&&win.open&&!win.closed)
win.focus();
else
win=window.open("left.htm");}
</script>
<a href="#" onclick="test()">zdfasd</a>
</body>
</html>