泠用在名字上好吗:如何做到在新窗口中打开框架??大家帮忙下.....

来源:百度文库 编辑:中科新闻网 时间:2024/04/30 17:09:42
网页中做了一个iframe框架链接,此链接想在新窗口打开。
链接内容如下:<iframe width="150" height="118" frameborder="no" src="http://www.izhong.com/frame.asp?a01167" scrolling="no" marginwidth="0" marginheight="0"></iframe>
我在其中加入target="_blank"代码却不管用!
这是怎么回事呢?
应该怎么做呢!
请高手帮帮忙!
谢了!
比如像:<iframe onload="this.height = this.document.body.offsetHeight;this.width=this.document.body.offsetWidth;" src='http://www.sj999.cn/tu/JsCode.asp?ShowContent=new,all,120,100,2,2,0,1' width='100%' height='100%' frameborder='0' scrolling='no' class="black" target="_blank"></iframe>

这样的情况

target="_blank"加哪里呀??

我都试过了

有用吗?