自动下载目标网址的php脚本

时间:2015-10-15 05:34:12

标签: javascript php

我有一个脚本,每次单击按钮时都会打开一个子窗口。问题是,它下载了PHP脚本。如果子窗口打开,如何防止自动下载PHP脚本?提前谢谢。

以下是打开新窗口的示例代码。

    <script> 
    $('#btnShow').click(function(){
    var myLog = document.getElementById('txtLog').value;   
   window.open("/sample/sample.php?login="+myLog,"child","width=800,height=600");
    }
    </script>

0 个答案:

没有答案