doujiao7520 2018-07-10 16:54
浏览 270

当我在PHP中关闭弹出窗口时如何刷新父页面上的表?

I have a table on a parent page users.php, populated with datas from mySQL. I have a button on the row ADD USER that opens a popup window that allows to add an user. The button is hidden when the user is already registered. I would like to refresh only the table and not the entire page when I close the popup after the form has been submitted. How can I do it properly?

  • 写回答

1条回答 默认 最新

  • du3932066 2018-07-10 17:13
    关注

    using jquery

    Create function with javascript in parent window something like

    function reloadTable(){
     $.ajax({
     url: "tabledata.php",
     cache: false
     })
      .done(function( html ) {
        $( "#tablename" ).html( html );
      });
    }
    

    then in the child window use

        $( window ).unload(function() {
         window.opener.reloadTable();
       });
    
    评论

报告相同问题?

悬赏问题

  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探