耐久跑教案:我想在影片播放页面放广告应该怎样加代码呢?

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/27 17:41:16
look.asp的代码:
<object id="closes" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Close">
</object>
</head>
<%
bb1=request("id1")
bb2=request("id2")
%>
<script LANGUAGE="Javascript">
<!--
var Words ="%3Cframeset%20border%3D%220%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20rows%3D%22*%22%3E%0D%0A%20%20%3Cnoframes%3E%0D%0A%20%20%3C/noframes%3E%0D%0A%20%20%3Cframe%20frameborder%3D%22NO%22%20marginwidth%3D%220%22%20name%3D%22upperframe%22%20noresize%20src%3D%22ud2t3d86.asp%3Ffilm1%3D<%=bb1%>%26film2%3D<%=bb2%>%22%20scrolling%3D%22auto%22%3E%0D%0A%3C/frameset%3E"
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
</script>

<body bgcolor="#000000" scroll="no" marginwidth="0" leftmargin="0" topmargin="60" oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false" onselectstart="event.returnValue=false">

我想加上这个广告代码怎么加呢?
<iframe frameborder=0 width=760 src="http://union.bolaa.com/codesend.bolaa?ID=Nzd8MjMyOQ==" scrolling=no marginwidth=0 marginheight=0 height=115> </iframe>