KyaPoocha.com

Huge Collection of Interview Questions


How to make a XMLHTTPRequest ? 

By two ways one For Internet Explorer and second one with other broswers Syntax for this is var httpRequest; if(window.XMLHttpRequest) { httpRequest = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE httpRequest = new ActiveXObject(’Microsoft.XMLHTTP’); }

.



If you liked this question/asnwer, make sure you
Subscribe to KyaPoocha.com RSS feed!


BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |