Changes between Version 3 and Version 4 of wade/ajax/xmlHttpRequest/example/001
- Timestamp:
- Aug 13, 2009, 4:55:59 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wade/ajax/xmlHttpRequest/example/001
v3 v4 31 31 xmlHttp = new XMLHttpRequest; 32 32 } 33 ca che(e)33 catch (e) 34 34 { 35 35 try … … 38 38 xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); 39 39 } 40 ca che(e) {}40 catch (e) {} 41 41 } 42 42 if (!xmlHttp)