Changeset 15689
- Timestamp:
- 05/18/13 15:42:02 (12 years ago)
- Location:
- schedule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15680 r15689 148 148 149 149 });*/ 150 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 151 150 152 151 153 } … … 153 155 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 154 156 xmlhttp.send(); 155 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 156 }); 157 }); 157 158 158 159 //]]></script> -
schedule/Transaction/insert.php
r15687 r15689 40 40 if($insert){ 41 41 42 header("Location: ../index.php?{$TimeEX2}"); 42 ?> 43 <script type="text/javascript"> 44 alert("Sucessfully save"); 45 </script> 46 <?php 43 47 44 48 }
Note:
See TracChangeset
for help on using the changeset viewer.