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 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 软件测试决策法疑问求解答
  • ¥15 win11 23H2删除推荐的项目,支持注册表等
  • ¥15 matlab 用yalmip搭建模型,cplex求解,线性化处理的方法
  • ¥15 qt6.6.3 基于百度云的语音识别 不会改
  • ¥15 关于#目标检测#的问题:大概就是类似后台自动检测某下架商品的库存,在他监测到该商品上架并且可以购买的瞬间点击立即购买下单
  • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
  • ¥15 lingo18勾选global solver求解使用的算法
  • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
  • ¥20 测距传感器数据手册i2c