pero no entiendo por que firefox no me respeta las sig validaciones
Cita:
es una super austero codigo para validar 3 grupos de radio y dos textos <script language="javascript">
function checar()
{
if (subir.nameid.value=="" ){
alert("Debe de poner el nombre del identificado");
return false
}
if (subir.numescri.value==""){
alert("Debe de poner el numero de escritura");
return false
}
var sel=false;
for(var i=0;i<3;i++){
if (subir.not[i].checked){
sel=true;
break;
}
}
if(sel==false){
alert("Debe seleccionar una notaria");
return false
}
var prot=false;
for(var j=0;j<3;j++){
if (subir.proto[j].checked){
prot=true;
break;
}
}
if(prot==false){
alert("Debe seleccionar el protocolo");
return false
}
var tip=false;
for(var k=0;k<3;k++){
if (subir.tipo[k].checked){
tip=true;
break;
}
}
if(tip==false){
alert("Debe seleccionar el tipo");
return false
}
}
</script>
function checar()
{
if (subir.nameid.value=="" ){
alert("Debe de poner el nombre del identificado");
return false
}
if (subir.numescri.value==""){
alert("Debe de poner el numero de escritura");
return false
}
var sel=false;
for(var i=0;i<3;i++){
if (subir.not[i].checked){
sel=true;
break;
}
}
if(sel==false){
alert("Debe seleccionar una notaria");
return false
}
var prot=false;
for(var j=0;j<3;j++){
if (subir.proto[j].checked){
prot=true;
break;
}
}
if(prot==false){
alert("Debe seleccionar el protocolo");
return false
}
var tip=false;
for(var k=0;k<3;k++){
if (subir.tipo[k].checked){
tip=true;
break;
}
}
if(tip==false){
alert("Debe seleccionar el tipo");
return false
}
}
</script>
:( en opera funciona de maravilla y sorprendentemente en IE tmb mi mozila es 3.0.13 el opera es el beta 10 y pus el es explorer es 6.0 insisto en opera e IE si me respeta la validacion pero en firefox la pasa de largo y me manda los campos vacios :( espero me puedan ayudar mil gracias!!!