Ver Mensaje Individual
  #13 (permalink)  
Antiguo 26/01/2009, 23:36
Avatar de Fernarey1810
Fernarey1810
 
Fecha de Ingreso: noviembre-2008
Mensajes: 214
Antigüedad: 16 años, 2 meses
Puntos: 1
Respuesta: document.validacion.submit() no funciona!

MIRA EL ERROR JAJAJA QUE TIRA LA CONSOLA
Error: uncaught exception: [Exception... "Cannot modify properties of a WrappedNative" nsresult: "0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)" location: "JS frame :: chrome://global/content/bindings/autocomplete.xml :: onxblpopuphiding :: line 834" data: no]

Error: document.validacion.sexo.focus is not a function
Archivo de origen: http://localhost/Seminario/JavaScript/validacion.js
Línea: 95


if (!seleccionado) {
alert("Complete su identificación Sexual por favor.");
LINEA 95--> document.validacion.sexo.focus();
return false;
}