Create Object of XMLHttpRequest

Advertisements

Ajax XMLHTTPRequest Ajax Request

Create Object of XMLHttpRequest

An object of XMLHttpRequest is used for asynchronous communication between client and server.

All modern browsers support the XMLHttpRequest object (Except IE5 and IE6 use an ActiveXObject).

The XMLHttpRequest object is used to exchange data with a server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.

Create an XMLHttpRequest Object

We can create an instance of the XMLHttpRequest of all popular browsers(Firefox, Chrome, IE7+, Safari, and Opera)

All modern browsers (IE7+, Firefox, Chrome, Safari, and Opera) have a built-in XMLHttpRequest object.

Syntax

	
var variable_name;
variable_name=new XMLHttpRequest();

var variable_name=new XMLHttpRequest();

Create an object of ActiveXObject for old browsers(IE5 or IE6)

Old versions of Internet Explorer (IE5 and IE6) uses an ActiveX Object:

Syntax

	
var variable_name;
variable_name=new ActiveXObject("Microsoft.XMLHTTP");

var variable_name=new ActiveXObject("Microsoft.XMLHTTP");

Note: To handle all modern browsers, including IE5 and IE6, check if the browser supports the XMLHttpRequest object. If it does, create an XMLHttpRequest object, if not, create an ActiveXObject.


Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet


For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements