douyaju4259 2014-04-08 21:01
浏览 69

从php程序弹出窗口中调用另一个php程序

I am trying to call another php program in a pop up window within a php program.

I want to click on the word allowance and bring up a window with the allowance details. The lookallow program is working great but need to call it from a click on the word allowance.

This code works and opens another window and closes the first. I want a pop up window to overlay the current window.

echo "<td> <a href='lookallow.php?ordr=$ORDER &bord=$BORD'> Allowance </a> </td>";

I tried this to get the popup windso but keep getting syntax errors when trying to do the popup window. Could someone please show me the correct syntax to do the pop up window?

echo "<td> <a href='#' onclick='window.open("lookallow.php?ordr=$ORDER &bord=$BORD","","width=200,height=100");'>Allowance</td>";

Much Thanks for your help!

  • 写回答

2条回答 默认 最新

  • douliao7930 2014-04-08 21:05
    关注

    You have errors on your syntax (check the quotes):

    echo "<td> <a href='#' onclick='window.open("lookallow.php?ordr=$ORDER &bord=$BORD","","width=200,height=100");'>Allowance</td>";
    

    Correct way:

    echo "<td> <a href='#' onclick='window.open('lookallow.php?ordr=$ORDER &bord=$BORD','','width=200,height=100');'>Allowance</td>";
    

    ;)

    评论

报告相同问题?

悬赏问题

  • ¥15 多址通信方式的抗噪声性能和系统容量对比
  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题
  • ¥15 finalshell节点的搭建代码和那个端口代码教程
  • ¥15 用hfss做微带贴片阵列天线的时候分析设置有问题
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作
  • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 海浪数据 南海地区海况数据,波浪数据