window.opener.location.reload()的使用

 
  •  问题内容:window.opener.location.reload()的使用,大家帮忙啊
  • 原讨论链接:http://community.csdn.net/expert/topicview1.asp?id=1685384
  • 所属论坛:JavaScript     审核组:WEB开发
  • 提问者:sdsugar     解决者:fason
  • 感谢:Estyle、xinyunyishui、fason
  • 关键字:
  • 答案:

    我的score.php是用来显示数据的,其中有这么一个按钮:

    scoreadd.php是用来添加按钮的。
    里面有这么一个FROM:
    &bjstu_tablename=" method=post οnsubmit="return userconfirm(this)" οnclick="window.opener.location.reload()">
     成绩:
     排名:

     

     
    可是这样还是不行。高手请指教啊!!!谢谢了
    ---------------------------------------------------------------

    {
    window.opener.location.reload();
    return true;
    }
    最明显的错误就是你没有加分号!你先改改,看还有没有错误!
    ---------------------------------------------------------------

    你要通过页面处理表单的吧?
    php:
      echo "";
    ?>
    asp:
    <%……'这里是你的表单处理程序
      response.write ""
    %>
    ---------------------------------------------------------------

    去掉οnclick="window.opener.location.reload()"
    在新打开的一页中

     

你可能感兴趣的:(JavaScript)