很菜的玩意,不过还是刚试出来。。。。
<html>
<head>
<script>
var ieB;
function OpenWindow()
{
ieB = window.open("B.htm");
//window.Flag = false;
}
function CloseWindow()
{
//alert(window.Flag);
ieB.close();
}
</script>
</head>
<body>
<input type="button" onclick="OpenWindow();">
<input type="button" onclick="CloseWindow()">
</body></html>
<html>
<head>
</head>
<body>
<script>
function haha()
{
//window.opener.Flag = true;
window.opener.close();
}
</script>
<input type="button" onclick="haha();">
</body></html>
<html>
<head>
<script>
var ieB;
function OpenWindow()
{
ieB = window.open("B.htm");
//window.Flag = false;
}
function CloseWindow()
{
//alert(window.Flag);
ieB.close();
}
</script>
</head>
<body>
<input type="button" onclick="OpenWindow();">
<input type="button" onclick="CloseWindow()">
</body></html>
<html>
<head>
</head>
<body>
<script>
function haha()
{
//window.opener.Flag = true;
window.opener.close();
}
</script>
<input type="button" onclick="haha();">
</body></html>

浙公网安备 33010602011771号