doujiyun0041 2016-08-03 10:32
浏览 29
已采纳

如何从表单提交的ajax响应中获取哈希的URL?

I'm using an exchange plugin on wordpress, and I want to make the whole process of bidding ajax; so when submitting one of the forms the page goes to a blank page which show something like this:

{"status":"success","response":"","status_code":0,"status_text":"Bid successfully created","url":"http:\/\/example.com\/step2\/hst_HH8yhuadhHFKlgij94fE4fGaw59HUmsL94j\/","account1_error":0,"account1_error_text":"","account2_error":0,"account2_error_text":"","summ1_error":0,"summ1_error_text":"","summ2_error":0,"summ2_error_text":"","summ1c_error":0,"summ1c_error_text":"","summ2c_error":0,"summ2c_error_text":"","cf":[],"cf_er":[],"cfc":[],"cfc_er":[]}

which seems like ajax response (or whatever, I don't know exactly) But here's the thing, when I enter the url in this code in the address bar, it goes exactly wehere I wanted to go, so How can I somehow get this hashed url right after form submit and load the content of that page in current page using jQuery?

or just when this page loads immediately it redirects to the url in it?

or at least can you help me somehow or just put me on the right direction?

  • 写回答

1条回答 默认 最新

  • dttphb59319 2016-08-03 10:37
    关注

    Capture the response to a variable:

    $json = json_decode(input);
    

    then access the URL through that:

    echo $json.url
    

    This should be done in the script where your form is POST to.

    EDIT, regarding the POST to /ajax.html, that file should contain something similar to this tutorial:

    <?php
    // If loop is only entered if $_POST["name"] is not empty.
    // $_POST[value] comes from the POST parameters, e.g., for example.com/ajax.html?name=Nick ...
    if( $_POST["name"] ) {
    
       $name = $_POST['name']; // ... then `echo $name` will print "Nick"
       echo "Welcome ". $name;
    }
    ?>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误
  • ¥15 (关键词-阻抗匹配,HFSS,RFID标签天线)
  • ¥15 机器人轨迹规划相关问题
  • ¥15 word样式右侧翻页键消失