下载完成后如何关闭窗口
<html>
<hide>
<script>
$(function(){
$("a").attr({
"onclick":"javascript:window.close()",
"target":"open"
});
$("a").click(function(){
$("span").html("redy");
});
});
</script>
</head>
<body>
<span></span> <br />
<a href="http://google.com">google</a>
</body>
</html>
我想在加载页面后关闭窗口
但不要关闭窗口
但仅在新窗口中加载页面
我要在下载页面结束后,关闭窗口
……………………………………………………………………………………………………………………
为了说明更多
我想要当你按下按钮它打开一个新页面并打开后关闭窗口