Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15688)
+++ /schedule/Module/calendar.php	(revision 15689)
@@ -148,4 +148,6 @@
 										
 									});*/
+									$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
+                          
 									
 								}
@@ -153,6 +155,5 @@
 							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
 							xmlhttp.send();
-						  $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
-                          });
+						  });
 
                 //]]></script>
Index: /schedule/Transaction/insert.php
===================================================================
--- /schedule/Transaction/insert.php	(revision 15688)
+++ /schedule/Transaction/insert.php	(revision 15689)
@@ -40,5 +40,9 @@
  if($insert){
 	
-				header("Location: ../index.php?{$TimeEX2}");
+				?>
+				<script type="text/javascript">
+					alert("Sucessfully save");
+				</script>
+				<?php
 	
 	}
