Changeset 16680 for schedule/function


Ignore:
Timestamp:
06/04/13 14:47:06 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/function/function.php

    r16422 r16680  
    5555        ?>
    5656        $('#save').click(function(){
     57               
     58        <?php   $get = $_GET['time'];  ?>
     59
     60alert('<?php echo $get;  ?>');
     61       
    5762                var InputValue = [];
    5863                var selectedSource = [];
     
    8489               
    8590                if(checks == 0){
    86                 window.location = 'Transaction/insert.php?Time='+selectedTime+'&Source='+selectedSource+'&measure='+selectedMeasurement+'&Data='+InputValue+'&Date='+fullday+'&Date2='+fullday2;
     91                //window.location = 'Transaction/insert.php?Time='+selectedTime+'&Source='+selectedSource+'&measure='+selectedMeasurement+'&Data='+InputValue+'&Date='+fullday+'&Date2='+fullday2;
    8792        }else{
    8893       
Note: See TracChangeset for help on using the changeset viewer.