Changeset 15689


Ignore:
Timestamp:
05/18/13 15:42:02 (12 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15680 r15689  
    148148                                                                               
    149149                                                                        });*/
     150                                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     151                         
    150152                                                                       
    151153                                                                }
     
    153155                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    154156                                                        xmlhttp.send();
    155                                                   $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    156                           });
     157                                                  });
    157158
    158159                //]]></script>
  • schedule/Transaction/insert.php

    r15687 r15689  
    4040 if($insert){
    4141       
    42                                 header("Location: ../index.php?{$TimeEX2}");
     42                                ?>
     43                                <script type="text/javascript">
     44                                        alert("Sucessfully save");
     45                                </script>
     46                                <?php
    4347       
    4448        }
Note: See TracChangeset for help on using the changeset viewer.