| 【打印本页】 | 【收藏】 | 【关闭】 | 【字号 大 中 小】 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>右下角弹出关闭变背投</title>
</head>
<body>
<!--首页背投广告开始-->
<SCRIPT language=JavaScript1.2>
function openWindowBack() {
var popUpWin2 = open("背投页.html", "popUpWin2", "width=1,height=1,top=4000,left=3000");
}
try{
aryADSeq.push("openWindowBack()");
}catch(e){
openWindowBack();
}
</SCRIPT>
<!--首页背投广告结束-->
<!--首页前弹出窗口开始-->
<SCRIPT language=JavaScript1.2>
function openWindowFront() {
var popUpWin = open("弹出页.html", "popUpWin", "toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width=300,height=250");
}
try{
aryADSeq.push("openWindowFront()");
}catch(e){
openWindowFront();
}
</SCRIPT>
<!--首页前弹出窗口结束-->
</body>
</html>