做了个自定页面的.引导页....打开后会跳出脚本拦截..如果设置IE.
做了个自定页面的.引导页....打开后会跳出脚本拦截..如果设置IE.让它不拦截呢?
[code]
<html>
<head>
<title>引导页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: 12px;
color: #000000;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a {
font-family: 宋体;
font-size: 12px;
color: #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #FF0000;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<script LANGUAGE="javascript">
<!--
window.setTimeout("window.opener=null;window.close();", 10);
-->
</script></head>
<body bgcolor="#FFFFFF" onLoad="MM_openBrWindow('http://192.168.1.121/bbs2/tak.html','','toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes')">
</body>
</html>
[code]
页:
[1]
