求网站背投广告的代码?!

来源:百度知道 编辑:UC知道 时间:2024/05/19 09:56:30
求网站背投广告的代码?!

<SCRIPT language=JavaScript1.2>
function openWindowBack() {
var popUpWin2 = open("http://www.qq.com/qq.swf", "popUpWin2", "width=1,height=1,top=4000,left=3000");
}
try{
aryADSeq.push("openWindowBack()");
}catch(e){
openWindowBack();
}

</SCRIPT>