xmlhttp

Memory leaks in IE JS while XMLHTTP requests

Each ProcessingPayments() used memory increase. CollectGarbage() not helps. Use Drip to view memory usage, but don't view any DOM leaks. I use only IE8 and tested on older versions. Other browsers not interested. How can I decrease growing memory usage while execute this script? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitiona...

Facebook Login with XMLHttp

How can I login to Facebook using XMLhttp? ...

Post to Web Service from ASP, from Remote Server

Hi Guys I'm trying to Post Data to a Web Service, from ASP (VBScript), using the CreateObject("Microsoft.XMLHTTP"). Trick is, I am able to post the Web Service if it resides on the same server. But the moment I post the web service from a remote server or different server, I assume its as if the post data never got sent. Below is an ex...

VBS Microsoft.XMLHTTP status

Why does the following code give a 80004005 error when run? I'm trying to get the status of several sites every 10 seconds...(the ones given are examples). 'http://www.sebsworld.net/information/?page=VBScript-URL 'http://www.paulsadowski.com/wsh/xmlhttp.htm 'the array of sites sites = Array("http://www.google.com/","http://en.wikipedia...

.NET: Posting Xml to a web-server?

What is the proper way to post an XmlDocument to a web-server? Here is the skeleton function: public static void PostXml(XmlDocument doc, String url) { //TODO: write this } Right now i use: //Warning: Do not use this PostXml implmentation //It doesn't adjust the Xml to match the encoding used by WebClient public static void Po...

AJAX Only Javascript Library

I am searching for a Javascript Library Which has only AJAX no other feature. e.g. a Small Simple XMLHttp Wrapper. ...

Problem with onreadystatechange function, it 'freezes'.

Hi all, I have a bit of a strange problem. For one of my clients I've added some ajax functionality to their website. To get the context; it's a website for a travelagency and pricetables are generates by ajax-calls to reduce serverload and improve user experience. Only now I received an email where they say it is not working in IE7. ...

XMLHTTP json code - how to choose which container gets updated? JOOMLA

Displayed below are some functions I have (written by a previous developer no longer with the company) that queries a database and sends back json code which updates a specific div's inner HTML. I've now been given the requirement to set up a typeahead search in another div, using json code that we have on another page. The problem I'm h...