<!--
function sxWindow()
{
parent.window.main1.location..reload() 
}
// -->

解决方案 »

  1.   

    <!--
    function sxWindow()
    {
    parent.window.main1.location.reload() 
    }
    // -->
      

  2.   

    window.opener.parent.location.reload() 改为
    top.main1.location.reload() main1是你的上帧吧?
      

  3.   

    楼上的,window不是parent的子对象,你那么会应用出错把?是不是应该改写成window.parent.main1.location.reload()???
      

  4.   

    现在到是不报错了我把button改为<input type="submit" name="sendA"  value="·&cent;  &Ntilde;&Ocirc;" onsubmit="sxwindow();">就没事情了,可是上帧,没有什么反映啊
      

  5.   

    不用改button,让你改的是函数,你改了吗???
      

  6.   

    改了,不就是改成window.parent.main1.location.reload()这个吗,不好用啊
      

  7.   

    看清楚了,对着复制到你的网页上:<script>
    <!--
    function sxWindow()
    {
    parent.window.main1.location.reload();
    }
    // -->
    </script>
    我在该页用button激活<input type="submit" name="sendA"  value="确定" onclick="sxWindow();">
      

  8.   

    哈哈。帅哥们,我这样做就好使了
    <input type=button onclick="top.bottomframe.location.reload()" value="refresh">
      

  9.   

    par(劏狗劏猫劏老鼠的---吾知道)不谢谢你的回答。我知道了,分是你的了