![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/10/2006, 04:10
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 278
Antigüedad: 20 años, 2 meses Puntos: 0 | |
Me autorespondo:... Cita:
Iniciado por http://dali.mty.itesm.mx/~hugo/js/datepickercontrol/ If you need an onChange event replacement for a date-picker, use the pseudo-event onSelect, as in the following example:
<script language="JavaScript">
DatePickerControl.onSelect = function(inputid)
{
input = document.getElementById(inputid);
alert("Date captured: " + input.value);
}
</script> |