当前位置:编程学习 > JS >>

用脚本语言强势关闭窗口

用Javascript脚本语言强势关闭窗口,是可以直接关闭的,不在出来确认窗口
答案:&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href=>&lt;html xmlns="<a href=> &lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=gb2312" /&gt;
&lt;title&gt;close_the-window&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;script type="text/javascript" &gt;
function getClose()
{
window.open("","_parent","");
window.close();
}
&lt;/script&gt;
&lt;input type="button" onclick="getClose()" value="close" /&gt;
&lt;/body&gt;
&lt;/html&gt;

上一个:求javascript脚本语言求出1到100之间所有偶数之和的代码?
下一个:客户端禁止运行javascript,有什么办法可以让我的脚本运行?》

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,