跨域了,控制不到页面事件。用scriptlet的话广告窗口又是个难对付的东东。

解决方案 »

  1.   

    用这个,同样的效果
    <iframe src="images/demo.swf" id="Exercise" width=100% height=100% frameborder=0 allowtransparency="true"bordercolor="#000000"> </iframe>
      

  2.   

    可以限制鼠标在iframe内的活动范围来解决么?
      

  3.   

    简单,上面盖一个层就可以了<IFRAME src="http://www.sina.com.cn" frameBorder=0  height=220 marginHeight=0 marginWidth=0 scrolling=no width=520 bordercolor="#000000"></IFRAME><div style="position:absolute;left:0;width:100%;height:100%"></div>