26/09/2005, 07:09
|
| | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 8 meses Puntos: 5 | |
Código HTML: function isValidDate(name){
var obj = eval("document.forms.form1." + name);
nombre = obj.value;
dateStr = nombre;
alert(dateStr);
}
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |