Changeset 16340 for schedule/Module


Ignore:
Timestamp:
05/27/13 17:26:22 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16339 r16340  
    120120                                                                  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
    121121                                                                  }
    122                                                                 xmlhttp.onreadystatechange=function(data)
     122                                                                xmlhttp.onreadystatechange=function()
    123123                                                                  {
    124124                                                                  if (xmlhttp.readyState==4 && xmlhttp.status==200)
     
    131131                                                                                        {
    132132                                                                                                rows=line[row].split(',');
    133                                                                                                 str+=Data.push(rows[4]);
     133                                                                                                str="["+Data.push(rows[4])+"]";
    134134                                                                                        }
    135                                                                                         return str;
     135                                                                                        GraphData(str);
    136136                                                                                       
    137137                                                                        }
     
    141141                                                                xmlhttp.send();
    142142                                                        }
    143                                                        
    144                                                                 document.getElementById('data').innerHTML=xmlhttp;
    145                                                        
     143                                                        GraphData(x)
     144                                                        {
     145                                                                document.getElementById('data').innerHTML=x;
     146                                                        }
    146147                                                       
    147148                                                       
Note: See TracChangeset for help on using the changeset viewer.