Changes between Version 3 and Version 4 of wade/ajax/xmlHttpRequest/example/001


Ignore:
Timestamp:
Aug 13, 2009, 4:55:59 PM (15 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/ajax/xmlHttpRequest/example/001

    v3 v4  
    3131    xmlHttp = new XMLHttpRequest;
    3232  }
    33   cache (e)
     33  catch (e)
    3434  {
    3535    try
     
    3838      xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
    3939    }
    40     cache (e) {}
     40    catch (e) {}
    4141  }
    4242  if (!xmlHttp)