Changeset 15624 for schedule/Module
- Timestamp:
- 05/16/13 16:09:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15623 r15624 99 99 document.getElementById('data').innerHTML=newline; 100 100 101 <?php 102 include 'function/Graph.php'; 103 ?> 104 101 105 } 102 106 } 103 107 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 104 108 xmlhttp.send(); 105 <?php106 include 'function/Graph.php';107 ?>108 109 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 109 110 });
Note:
See TracChangeset
for help on using the changeset viewer.