日期:2014-05-16 浏览次数:20526 次
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script type="text/javascript">
    function closeWind() {
        window.close();
    }
</script>
</head>
<body>
<input type="button" value="close" onclick="closeWind()"/>//这里可以换成img标签
</body>
</html>
------解决方案--------------------
顶!楼上:window.close()
------解决方案--------------------
 <img src="icon.gif" onclick="javascript:window.close();" />
------解决方案--------------------
------解决方案--------------------
一般情况下是window.close();
------解决方案--------------------