注册 登录
编程论坛 JavaScript论坛

在ASP中如何用如何用document.write输出调用IFRAME代码?谢谢

momo1a 发布于 2010-06-27 13:23, 1347 次点击
在ASP中如何用如何用document.write输出调用IFRAME代码

IFRAME如下:
<iframe scrolling="no" width="350" height="350" src="http://code.2bj.cc:8899/click.html?adid=237&uid=momo1a" frameborder="0" marginheight=0 marginwidth=0 ></iframe>

1 回复
#2
flynet2010-07-02 11:45
document.write 是js 的输出 并不是asp的
asp 是response.write "<iframe scrolling='no' width='350' height='350' src='http://code.2bj.cc:8899/click.html?adid=237&uid=momo1a' frameborder='0' marginheight=0 marginwidth=0 ></iframe>
"
1