doujizhong8352 2014-02-07 15:40
浏览 23
已采纳

AJAX调用源自哪个目录?

If I have the below code in an external JavaScript file; if the PHP file I'm calling is located in the same directory, do I have to add "../directory/filename.php"? The php script is not running, and I've posted the script in full in another thread, but I think It may be related to the "URL" in my $.ajax call.

$.ajax({
    type: 'POST',
    url: '../script/mail.php',
    data: {fname:firstName, lname:lastName, email:emailVal, comment:comments, fileName:fileName},
    success: function(){
        $('form').each(function() {
            this.reset();
        });
    }
});

Previous Question: PHP Mailer script not completing after ajax call and form submit

  • 写回答

5条回答 默认 最新

  • dragonlew9876 2014-02-07 15:44
    关注

    URLs in JavaScript programs (that are embedded in a webpage) are relative to the URL of the page.

    if the PHP file I'm calling is located in the same directory, do I have to add "../directory/filename.php"?

    If filename.php is in the same directory as the HTML document, then no, you can just do filename.php.

    If filename.php is in the same directory as the external JS file, then … maybe, but you need to look at where the HTML document is, not the JS file.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器