xmlhttprequest
Post XML via xmlhttpresponse and read xml from php
I have managed to send an xml via post using xmlhttprequest.I have also managed to read the whole xml syntax by an aspx page using[详细]
2023-04-06 17:34 分类:问答Sending data with ajax from a link? (Without using ExtJS, jQuery or similar libraries)
I have <a href=\"\">follow me</a>开发者_运维知识库 and I want to send very simple post data to the page without reloading the page.[详细]
2023-04-06 11:41 分类:问答Memory-leak at a wrapped XMLHttpRequest function
I wrote the following : function ao(){ this.count=0; this.flag=0; this.tmr=0; var self = this; this.make=function(){[详细]
2023-04-06 08:20 分类:问答XMLHttpRequest and Unique Session ID PHP
i created a javascript to track users cross-domain over the Session in PHP and with it know if the user is online, in the javascript i\'m using XMLHttpRequest and send by POST Method, over a function[详细]
2023-04-05 18:07 分类:问答Chrome Extension background page returns error Access-Control-Allow-Origin only sometimes (usually on Windows XP)
I\'m writing an extension that requests XML content from a server and displays data in a popup/dialog window. I\'ve added the website to my manifest.json permissions like so:[详细]
2023-04-05 12:16 分类:问答jQuery AJAX - Unexpected token + parsererror
I wrote a script using jQuery and AJAXtoday, and I get some errors... The script: function changeAdmin(id) {[详细]
2023-04-05 08:49 分类:问答xmlhttprequest - exception 101 error
requrl_1 = \"http://www.example.com/index.php\"; requrl_2 = \"http://www.example.com/redirect.php\"; when I request \"requrl_1\", there is no problem. I\'m getting response. \"index.php\" is not a r[详细]
2023-04-05 05:51 分类:问答Multiple ajax request state?
I\'m writing a script that need that executes some paralleled ajax requests. I\'m using an ajax array but i want to execute some code(make some tags visible) when all the requests are complete. here\'[详细]
2023-04-04 16:40 分类:问答XMLHttpRequest adding special character to $_POST
I\'m using Extjs 4.0 to add a descprition to the database. In order to do that, I create an XMLHttpRequest and send the information through POST. My problem is that when I recieve the $_POST in my php[详细]
2023-04-04 15:58 分类:问答xhr send base64 string and decode it in the server to a file
I am trying to to send a base64 encoded img to server,the javascript looks like var xhr=new XMLHttpRequest()[详细]
2023-04-04 13:54 分类:问答