当前位置: 代码迷 >> Ajax >> ajax怎么post数据到第三方网站
  详细解决方案

ajax怎么post数据到第三方网站

热度:400   发布时间:2013-02-24 17:58:56.0
ajax如何post数据到第三方网站
w3cschool有个例子:
http://www.w3school.com.cn/tiy/t.asp?f=jquery_ajax_post

这个好像只能post本站页面,请问如果我要post到其他网站怎么实现。

post目标:http://www.baidu.com/1.php
post数据:id=123

------解决方案--------------------
跨域的话jquery里dataType属性有个jsonp类行。

http://api.jquery.com/jQuery.ajax/
http://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/

网上也有中文资料你搜下
------解决方案--------------------
ajax不支持跨域

  相关解决方案