Cita: <script language="javascript">
function checar()
{
if (document.subir.nameid.value=='' ){
alert('Debe de poner el nombre del identificado');
return false;
}
if (document.subir.numescri.value==''){
alert('Debe de poner el numero de escritura');
return false;
}
var sel=false;
for(var i=0;i<3;i++){
if (document.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 (document.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<2;k++){
if (document.subir.tipo[k].checked){
tip=true;
break;
}
}
if(tip==false){
alert('Debe seleccionar el tipo');
return false;
}
}
</script>
que tontis!!
me faaltaban puntos y comas
y poner el document antes del form
wuju!!
muchas gracias jaja changos q tonta perdon!!!