Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • AJAX XMLHttp

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 368
    Comment on it

    XMLHttpRequest object is used to exchange the data with the server without loading the whole page.

    XMLHttpRequest is supported by all new browser.

    Those who do not support, support ActiveXObject.

    For declaring in the code
     

    1. if (window.XMLHttp.request)
    2.  
    3. {
    4.  
    5. xhttp = new XMLHttpRequest();
    6.  
    7. }
    8.  
    9. else
    10.  
    11. {
    12.  
    13. // for those which do not support
    14.  
    15. xhttp = new ActiveXObject("Microsoft.XMLHTTP);

     

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: