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


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

--

Legend:

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

    v2 v3  
    2121}
    2222}}}
    23 
    24 
    2523 1. javascript 程式碼:
    26 {{{
     24    {{{
    2725function ajaxFunction()
    2826{
     
    4240    cache (e) {}
    4341  }
    44   if (!xmlYHttp)
     42  if (!xmlHttp)
    4543    alert("Your browser does not support XMLHTTP!");
    4644}