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不支持跨域