http://expert.csdn.net/Expert/TopicView.asp?id=686544http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=4908

解决方案 »

  1.   

    http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=66758
    http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=71517<input type=button value=refresh onclick="document.frames('mm').location='http://lucky.myrice.com/'">
      

  2.   

    老大,我问题中已经说过了,不能在引进来的iframe中添加函数,只能在主页面做文章。我的iframe src可能有几百个,不能在那里面改的。
    另外,不知道刷新怎么实现
      

  3.   

    1. 如何在刷新浏览器时,刷新的实际上只是页面中包含的iframe.
    在主页面上加入:
    <a onclick="parent.frmDetail.location.reload();">刷新</a>
    就可以了,你也可以改成按钮或图片的形式。