Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/10/2010, 09:09
Avatar de NaRanJiTo78
NaRanJiTo78
 
Fecha de Ingreso: noviembre-2007
Ubicación: In the BeaCh
Mensajes: 874
Antigüedad: 16 años, 6 meses
Puntos: 10
Respuesta: "index-z" en formulario?

Y como lo puedo solucionar?

Este es el código cuando aparece js:

Cita:
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript">
$(function() {
$("#datepicker").datepicker({ dateFormat: 'dd-mm-yy' });
});
</script>
<li><label for="datepicker"><strong><span class="blue">*</span> Fecha : </strong></label>
<input id="datepicker" select class="iselect" name="datepicker" type="text" value="Introduzca una fecha"size="20" /></li>