我可以使用xml http和bptear或任何其他部件将数据张贴到2003年(iis 6)的外部网站。
无论是否使用2008年的服务器(第7级),只要部件能够投入工作以发送数据。
您可以指导我?
(PS. 部件正在冲破页数,但没有发送员额数据,似乎像GET方法那样是催泪弹。)
我可以使用xml http和bptear或任何其他部件将数据张贴到2003年(iis 6)的外部网站。
无论是否使用2008年的服务器(第7级),只要部件能够投入工作以发送数据。
您可以指导我?
(PS. 部件正在冲破页数,但没有发送员额数据,似乎像GET方法那样是催泪弹。)
您希望从国际电子数据系统运行的服务器方语言中担任职务? ASPTear是传统伙伴关系的假设:
ASPTear supports POST, 仅拖欠GET。
I have a situation where my website needs to quickly retrieve data from my server via AJAX. My website runs on port 80, serving normal web pages. I normally run my AJAX server on port 8001 (I use ...
I have website that use XMLHttpRequest (jQuery, actually). I also have another site running on the same server, which serves a script file that makes XHR requests back to THAT site, ie. http://mysite:...
This script sends a request to a Apache web server every 500ms to retrieve an XML document using AJAX. This script functioned correctly on all the browsers listed below until recently. Now the ...
I have a Greasemonkey script which operates on a search results page at a video site. The function of the script is to take a javascript link that opens a new window with a flash player, jump through ...
I m looking for an example how to emulate XMLHttpRequest client using PHP. In other words, send the request over HTTP POST message, and receive and process the callback message.
I have been studying JavaScript from one book. Once I was playing with the codes concerning the client-server site communication, I wanted to do a POST request with the code below (which uses IE ...
With help of xmlHttpRequest I make a server query. After that the server is redirecting to another page (e.g. "http://site.com/index.html;var=123") The question is - how can I get full url(side.com/...
One of the pages in our web application polls the server approximately every 10 seconds for new data, using jQuery s ajax() method. We normally have a few hundred users viewing this page ...