Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/11/2010, 06:16
loquilloboss
 
Fecha de Ingreso: octubre-2010
Mensajes: 15
Antigüedad: 13 años, 6 meses
Puntos: 0
Respuesta: Problema con Loading

Me podrias ilustrar un poco? la verdad desconosco de este tema.

este es el form que utilizo


Cita:
<form id="myform" method="post" action="reporteria.php">

<input type="hidden" name="submitted5" value="true" />
<label class="txtintro">Desde:</label><input type="text" name="fecha1" id="sel4" size="10" readonly="readonly" value="<?php echo $anteayer;?>"><input type="reset" class="title2" value=" ... "onclick="return showCalendar('sel4', '%Y-%m-%d');" >


<input type="hidden" name="submitted5" value="true" />
<label class="txtintro">Hasta:</label><input type="text" name="fecha2" id="sel5" size="10" readonly="readonly" value="<?php echo $ayer;?>"><input type="reset" class="title2" value=" ... "onclick="return showCalendar('sel5', '%Y-%m-%d');" >
<input type="button" class="title2" onClick="validar_fechas()" value="Buscar" />