Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/11/2005, 14:44
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 5 meses
Puntos: 39
ASPX lamentablemente no se, pero supongo que sera igual que en PHP: se necesita que quede como resultado:
En el head
Código:
<SCRIPT LANGUAGE="JavaScript" SRC="js/popcalendar.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="js/timepicker.js"></SCRIPT>
En body
Código HTML:
<input id='timepicker1' type='text' value='12:00 pm' size=8 maxlength=8 ONBLUR="validateDatePicker(this)">
<IMG SRC="images/timepicker.gif" BORDER="0" ALT="Pick a Time!" ONCLICK="selectTime(this,timepicker1)" STYLE="cursor:hand">

<input type=text name='datevalue' size=10 maxlength=10 value='25/07/2003'>
<input type=button onclick='showCalendar(this, mainform.datevalue, "dd/mm/yyyy",null,0,15,150)' value='select' style='font-size:11px'> 
Si mostrases parte de tu codigo, o si contases mas al detalle, seria mas facil ayudarte.
__________________
No repitamos temas, usemos el Motor de busquedas
Plantea bien tu problema: Ayúdanos a ayudarte.