No debe capturar valor negativo '; alert(texto); return 0; } if (campovalor > 9999999999999999.999){ texto= '\n'+texto+" ->"+campovalor+'-->Revise el dato capturado porfavor...'; alert(texto); return 0; } if (isNaN(campovalor) || campovalor == "") { texto= '\n'+texto+" ->"+campovalor+"--> eso no parece ser un número válido."; alert(texto); return 0; } else { if (campovalor.indexOf('.') == -1) campovalor += "."; dectext = campovalor.substring(campovalor.indexOf('.')+1, campovalor.length); if (dectext.length > decallowed) { texto= '\n'+texto+" ->"+campovalor+" capture un número sin decimales o se aplicará redondeo."; alert(texto); return 0; } else { return 1; } } } } //es_entero_decimal function f_tarjmera(){ var mera = document.getElementById("rb_tarjmera"); document.getElementById('con_23147').disabled = true; document.getElementById('con_23172').disabled = true ; document.getElementById('con_23166').disabled = true ; document.getElementById('rb_tarjmeracamp').checked=false; document.getElementById('tokenmeracamp').checked=false; document.getElementById('tokenmeracamp').disabled=true; //no aplica document.getElementById('tokenmeracamp').value=''; document.getElementById('tokenokmeracamp').value='0'; document.getElementById('tokenmera').checked=false; document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('tokenokmera').value='0'; if (mera.checked == true){ //alert('1..'); document.getElementById('tokenmera').disabled=false; //document.getElementById('con_23166').disabled = false; document.getElementById('token').disabled=true; document.getElementById('token').value=''; document.getElementById('tokenok').value='0'; } else { //alert('2..'); document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('nombres').value ='' ; document.getElementById('apaterno').value='' ; document.getElementById('amaterno').value='' ; document.getElementById('municipio').value='' ; document.getElementById('tokenokmera').value='0'; document.getElementById('nombres').disabled =false; document.getElementById('apaterno').disabled =false; document.getElementById('amaterno').disabled =false; document.getElementById('municipio').disabled =false; } //document.getElementById('con_23166').disabled = true; //document.getElementById('tokenmera').disabled=false; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('nombres').value ='' ; document.getElementById('apaterno').value='' ; document.getElementById('amaterno').value='' ; document.getElementById('municipio').value='' ; document.getElementById('tokenokmera').value='0'; document.getElementById('nombres').disabled =false; document.getElementById('apaterno').disabled =false; document.getElementById('amaterno').disabled =false; document.getElementById('municipio').disabled =false; return; } function f_tarjmeracamp(){ var mera = document.getElementById("rb_tarjmeracamp"); document.getElementById('con_23147').disabled = true; document.getElementById('con_23172').disabled = true ; document.getElementById('con_23166').disabled = true ; document.getElementById('rb_tarjmera').checked=false; document.getElementById('tokenmera').checked=false; document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('tokenokmera').value='0'; document.getElementById('tokenmera').checked=false; document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('tokenokmera').value='0'; if (mera.checked == true){ //alert('1..'); document.getElementById('tokenmeracamp').disabled=false; //document.getElementById('con_23147').disabled = false; // document.getElementById('con_23172').disabled = false; document.getElementById('token').disabled=true; document.getElementById('token').value=''; document.getElementById('tokenok').value='0'; } else { //alert('2..'); document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('nombres').value ='' ; document.getElementById('apaterno').value='' ; document.getElementById('amaterno').value='' ; document.getElementById('municipio').value='' ; document.getElementById('tokenokmera').value='0'; document.getElementById('nombres').disabled =false; document.getElementById('apaterno').disabled =false; document.getElementById('amaterno').disabled =false; document.getElementById('municipio').disabled =false; } //document.getElementById('con_23166').disabled = true; //document.getElementById('tokenmera').disabled=false; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('nombres').value ='' ; document.getElementById('apaterno').value='' ; document.getElementById('amaterno').value='' ; document.getElementById('municipio').value='' ; document.getElementById('tokenokmera').value='0'; document.getElementById('nombres').disabled =false; document.getElementById('apaterno').disabled =false; document.getElementById('amaterno').disabled =false; document.getElementById('municipio').disabled =false; return; } function f_tarjmera2(){ document.getElementById('con_23166').disabled = true; if( document.getElementById('rb_tarjmera').checked==true && //aplica /busca document.getElementById('tokenmera').value !=null){ var token=document.getElementById('tokenmera').value; var reg=es_entero_decimal('','-',token); if (reg==0) { document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('tokenokmera').value='0'; document.getElementById('rb_tarjmera').checked=false; return;} //checo en bdd var resultado = $.ajax({ type: "GET", cache: true, url: 'checa_tarj_mera_iv.php', data: "token=" + token +"&op=1&tipo_ing=23" , async: false, success: function(datos){ } }).responseText; var dato = resultado.split('|'); if (dato[1]==1){ // si encontro token document.getElementById('nombres').value =dato[2] ; document.getElementById('apaterno').value=dato[3] ; document.getElementById('amaterno').value=dato[4] ; // document.getElementById('/unicipio').value=dato[5] ; //document.getElementById('nombrestk').value =dato[2] ; //document.getElementById('apaternotk').value=dato[3] ; //document.getElementById('amaternotk').value=dato[4] ; //document.getElementById('muntk').value=dato[5] ; document.getElementById('tokenokmera').value=token ; if (dato[6]!='S'){ document.getElementById('nombres').disabled =true; document.getElementById('apaterno').disabled =true; document.getElementById('amaterno').disabled =true; }else{ document.getElementById('nombres').disabled =false; document.getElementById('apaterno').disabled =false; document.getElementById('amaterno').disabled =false; } //document.getElementById('municipio').disabled =true; document.getElementById('con_23166').disabled =false; } else{ document.getElementById('con_23166').disabled = true; document.getElementById('nombres').value ='' ; document.getElementById('apaterno').value='' ; document.getElementById('amaterno').value='' ; //document.getElementById('municipio').value='' ; document.getElementById('tokenokmera').value=0 ; document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('rb_tarjmera').checked=false; document.getElementById('nombres').disabled =false; document.getElementById('apaterno').disabled =false; document.getElementById('amaterno').disabled =false; //document.getElementById('municipio').disabled =false; //alert('No TARJETA INCORRECTO/NO VALIDO...'); alert(dato[2]); } } else{ document.getElementById('con_23166').disabled = true; document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; return; } } function f_tarjmera2camp(){ // document.getElementById('con_23166').disabled = true; if( document.getElementById('rb_tarjmeracamp').checked==true && //aplica /busca document.getElementById('tokenmeracamp').value !=null){ var token=document.getElementById('tokenmeracamp').value; var reg=es_entero_decimal('','-',token); if (reg==0) { document.getElementById('tokenmeracamp').disabled=true; //no aplica document.getElementById('tokenmeracamp').value=''; document.getElementById('tokenokmeracamp').value='0'; document.getElementById('rb_tarjmeracamp').checked=false; return;} //checo en bdd var resultado = $.ajax({ type: "GET", cache: true, url: 'checa_tarj_mera_iv.php', data: "token="+token+"&op=2&tipo_ing=23" , async: false, success: function(datos){ } }).responseText; var dato = resultado.split('|'); if (dato[1]==1){ // si encontro token document.getElementById('nombres').value =dato[2] ; document.getElementById('apaterno').value=dato[3] ; document.getElementById('amaterno').value=dato[4] ; // document.getElementById('municipio').value=dato[5] ; //document.getElementById('nombrestk').value =dato[2] ; ////document.getElementById('apaternotk').value=dato[3] ; //document.getElementById('amaternotk').value=dato[4] ; //document.getElementById('muntk').value=dato[5] ; document.getElementById('tokenokmeracamp').value=token ; document.getElementById('nombres').disabled =true; document.getElementById('apaterno').disabled =true; document.getElementById('amaterno').disabled =true; // document.getElementById('municipio').disabled =true; document.getElementById('con_23147').disabled =false; document.getElementById('con_23172').disabled =false; } else{ document.getElementById('con_23147').disabled = true; document.getElementById('con_23172').disabled = true; document.getElementById('nombres').value ='' ; document.getElementById('apaterno').value='' ; document.getElementById('amaterno').value='' ; // document.getElementById('municipio').value='' ; document.getElementById('tokenokmera').value=0 ; document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; document.getElementById('rb_tarjmera').checked=false; document.getElementById('nombres').disabled =false; document.getElementById('apaterno').disabled =false; document.getElementById('amaterno').disabled =false; // document.getElementById('municipio').disabled =false; alert('No TARJETA INCORRECTO/NO VALIDO...'); } } else{ document.getElementById('con_23147').disabled = true; document.getElementById('con_23172').disabled = true; document.getElementById('tokenmera').disabled=true; //no aplica document.getElementById('tokenmera').value=''; return; } } function f_opcion1() { document.lic.opcion.value = "1"; document.lic.folio_ec.style.visibility='hidden'; document.getElementById('oculto').style.visibility='hidden' document.getElementById('datos_personales').style.visibility='visible' /* document.lic.boton_licencia.style.visibility='hidden'; document.lic.nombres.style.visibility='visible'; document.lic.apaterno.style.visibility='visible'; document.lic.amaterno.style.visibility='visible'; document.lic.rfc.style.visibility='visible'; document.lic.mun.style.visibility='visible';*/ } function f_opcion2() { document.lic.opcion.value = "2"; document.lic.folio_ec.style.visibility='visible'; document.getElementById('oculto').style.visibility='visible' document.getElementById('datos_personales').style.visibility='hidden' /* document.lic.boton_licencia.style.visibility='visible'; document.lic.nombres.style.visibility='hidden'; document.lic.apaterno.style.visibility='hidden'; document.lic.amaterno.style.visibility='hidden'; document.lic.rfc.style.visibility='hidden'; document.lic.mun.style.visibility='hidden';*/ } function f_entrar2(accion) { document.previo.accion.value = accion; document.previo.submit(); } function f_entrar(concepto) { if ( document.lic.nombres.value == "" ) { alert("Favor de Tecleat su nombre"); return; } if ( document.lic.apaterno.value == "" ) { alert("Favor de Teclear su Apellido"); return; } if ( document.lic.rfc.value == "" ) { alert("Favor de teclear su RFC"); return; } if ( document.lic.mun.value == 0 ) { alert("Favor de Seleccionar su Municipio"); return; } document.lic.accion.value = 1; document.lic.concepto.value = concepto; document.lic.submit(); } function f_conceptos() { if (document.lic.opcion.value == "1" ) { if ( document.lic.nombres.value+document.lic.apaterno.value+document.lic.amaterno.value == "") { if ( document.lic.observaciones.value == "" ){ alert("Verifique sus datos:\n\n - PERSONA FISICA: Favor de Teclear solo su Nombre Completo.\n - PERSONA MORAL: Teclear solo la Denominación o Razón Social de la Institución."); return; } }else{ if ( document.lic.observaciones.value != "" ){ alert("Verifique sus datos:\n\n - PERSONA FISICA: Favor de Teclear solo su Nombre Completo.\n - PERSONA MORAL: Teclear solo la Denominación o Razón Social de la Institución."); return; } } // if ( document.lic.apaterno.value == "" ) { // alert("Favor de Teclear su Apellido"); // return; // } if ( document.lic.rfc.value == "" ) { alert("Favor de teclear su RFC"); return; } if ( document.lic.mun.value == 0 ) { alert("Favor de Seleccionar su Municipio"); return; } var conceptos = "0" if ( document.lic.con_23144.checked ) { if (document.lic.cant_23144.value == "" || !es_numero(document.lic.cant_23144.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23144.value) ; //+ 100 ; conceptos = conceptos+",23144/"+ valor +"/"; } if ( document.lic.con_23002.checked ) { if (document.lic.cant_23002.value == "" || !es_numero(document.lic.cant_23002.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23002.value) ; //+ 100 ; conceptos = conceptos+",23002/"+ valor +"/"; } if ( document.lic.con_23100.checked ) { if (document.lic.cant_23100.value == "" || !es_numero(document.lic.cant_23100.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23100.value) ; //+ 100 ; conceptos = conceptos+",23100/"+ valor +"/"; } /*if ( document.lic.con_23107.checked ) { if (document.lic.cant_23107.value == "" || !es_numero(document.lic.cant_23107.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23107.value) ; //+ 100 ; conceptos = conceptos+",23107/"+ valor +"/"; }*/ if ( document.lic.con_23101.checked ) { if (document.lic.cant_23101.value == "" || !es_numero(document.lic.cant_23101.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23101.value) ; //+ 100 ; conceptos = conceptos+",23101/"+ valor +"/"; } if ( document.lic.con_23102.checked ) { if (document.lic.cant_23102.value == "" || !es_numero(document.lic.cant_23102.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23102.value) ; //+ 100 ; conceptos = conceptos+",23102/"+ valor +"/"; } if ( document.lic.con_23103.checked ) { if (document.lic.cant_23103.value == "" || !es_numero(document.lic.cant_23103.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23103.value) ; //+ 100 ; conceptos = conceptos+",23103/"+ valor +"/"; } if ( document.lic.con_23104.checked ) { if (document.lic.cant_23104.value == "" || !es_numero(document.lic.cant_23104.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23104.value) ; //+ 100 ; conceptos = conceptos+",23104/"+ valor +"/"; } if ( document.lic.con_23105.checked ) { if (document.lic.cant_23105.value == "" || !es_numero(document.lic.cant_23105.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23105.value) ; //+ 100 ; conceptos = conceptos+",23105/"+ valor +"/"; } if ( document.lic.con_23106.checked ) { if (document.lic.cant_23106.value == "" || !es_numero(document.lic.cant_23106.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23106.value) ; //+ 100 ; conceptos = conceptos+",23106/"+ valor +"/"; } if ( document.lic.con_23001.checked ) { if (document.lic.cant_23001.value == "" || !es_numero(document.lic.cant_23001.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23001.value) ; //+ 100 ; conceptos = conceptos+",23001/"+ valor +"/"; } if ( document.lic.con_23108.checked ) { if (document.lic.cant_23108.value == "" || !es_numero(document.lic.cant_23108.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23108.value) ; //+ 100 ; conceptos = conceptos+",23108/"+ valor +"/"; } if ( document.lic.con_23109.checked ) { if (document.lic.cant_23109.value == "" || !es_numero(document.lic.cant_23109.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23109.value) ; //+ 100 ; conceptos = conceptos+",23109/"+ valor +"/"; } if ( document.lic.con_23110.checked ) { if (document.lic.cant_23110.value == "" || !es_numero(document.lic.cant_23110.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23110.value) ; //+ 100 ; conceptos = conceptos+",23110/"+ valor +"/"; } if ( document.lic.con_23111.checked ) { if (document.lic.cant_23111.value == "" || !es_numero(document.lic.cant_23111.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23111.value) ; //+ 100 ; conceptos = conceptos+",23111/"+ valor +"/"; } if ( document.lic.con_23027.checked ) { if (document.lic.cant_23027.value == "" || !es_numero(document.lic.cant_23027.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23027.value) ; //+ 100 ; conceptos = conceptos+",23027/"+ valor +"/"; } if ( document.lic.con_23029.checked ) { if (document.lic.cant_23029.value == "" || !es_numero(document.lic.cant_23029.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23029.value) ; //+ 100 ; conceptos = conceptos+",23029/"+ valor +"/"; } if ( document.lic.con_23028.checked ) { if (document.lic.cant_23028.value == "" || !es_numero(document.lic.cant_23028.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23028.value) ; //+ 100 ; conceptos = conceptos+",23028/"+ valor +"/"; } if ( document.lic.con_23003.checked ) { if (document.lic.cant_23003.value == "" || !es_numero(document.lic.cant_23003.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23003.value) ; //+ 100 ; conceptos = conceptos+",23003/"+ valor +"/"; } if ( document.lic.con_23004.checked ) { if (document.lic.cant_23004.value == "" || !es_numero(document.lic.cant_23004.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23004.value) ; //+ 100 ; conceptos = conceptos+",23004/"+ valor +"/"; } if ( document.lic.con_23112.checked ) { if (document.lic.cant_23112.value == "" || !es_numero(document.lic.cant_23112.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23112.value) ; //+ 100 ; conceptos = conceptos+",23112/"+ valor +"/"; } if ( document.lic.con_23113.checked ) { if (document.lic.cant_23113.value == "" || !es_numero(document.lic.cant_23113.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23113.value) ; //+ 100 ; conceptos = conceptos+",23113/"+ valor +"/"; } if ( document.lic.con_23005.checked ) { if (document.lic.cant_23005.value == "" || !es_numero(document.lic.cant_23005.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23005.value) ; //+ 100 ; conceptos = conceptos+",23005/"+ valor +"/"; } if ( document.lic.con_23114.checked ) { if (document.lic.cant_23114.value == "" || !es_numero(document.lic.cant_23114.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23114.value) ; //+ 100 ; conceptos = conceptos+",23114/"+ valor +"/"; } if ( document.lic.con_23115.checked ) { if (document.lic.cant_23115.value == "" || !es_numero(document.lic.cant_23115.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23115.value) ; //+ 100 ; conceptos = conceptos+",23115/"+ valor +"/"; } if ( document.lic.con_23009.checked ) { if (document.lic.cant_23009.value == "" || !es_numero(document.lic.cant_23009.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23009.value) ; //+ 100 ; conceptos = conceptos+",23009/"+ valor +"/"; } if ( document.lic.con_23117.checked ) { if (document.lic.cant_23117.value == "" || !es_numero(document.lic.cant_23117.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23117.value) ; //+ 100 ; conceptos = conceptos+",23117/"+ valor +"/"; } if ( document.lic.con_23118.checked ) { if (document.lic.cant_23118.value == "" || !es_numero(document.lic.cant_23118.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23118.value) ; //+ 100 ; conceptos = conceptos+",23118/"+ valor +"/"; } if ( document.lic.con_23122.checked ) { if (document.lic.cant_23122.value == "" || !es_numero(document.lic.cant_23122.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23122.value) ; //+ 100 ; conceptos = conceptos+",23122/"+ valor +"/"; } if ( document.lic.con_23123.checked ) { if (document.lic.cant_23123.value == "" || !es_numero(document.lic.cant_23123.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23123.value) ; //+ 100 ; conceptos = conceptos+",23123/"+ valor +"/"; } if ( document.lic.con_23037.checked ) { if (document.lic.cant_23037.value == "" || !es_numero(document.lic.cant_23037.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23037.value) ; //+ 100 ; conceptos = conceptos+",23037/"+ valor +"/"; } if ( document.lic.con_23124.checked ) { if (document.lic.cant_23124.value == "" || !es_numero(document.lic.cant_23124.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23124.value) ; //+ 100 ; conceptos = conceptos+",23124/"+ valor +"/"; } /* if ( document.lic.con_23125.checked ) { if (document.lic.cant_23125.value == "" || !es_numero(document.lic.cant_23125.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23125.value) ; //+ 100 ; conceptos = conceptos+",23125/"+ valor +"/"; } */ if ( document.lic.con_23022.checked ) { if (document.lic.cant_23022.value == "" || !es_numero(document.lic.cant_23022.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23022.value) ; //+ 100 ; conceptos = conceptos+",23022/"+ valor +"/"; } if ( document.lic.con_23023.checked ) { if (document.lic.cant_23023.value == "" || !es_numero(document.lic.cant_23023.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23023.value) ; //+ 100 ; conceptos = conceptos+",23023/"+ valor +"/"; } if ( document.lic.con_23007.checked ) { if (document.lic.cant_23007.value == "" || !es_numero(document.lic.cant_23007.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23007.value) ; //+ 100 ; conceptos = conceptos+",23007/"+ valor +"/"; } if ( document.lic.con_23008.checked ) { if (document.lic.cant_23008.value == "" || !es_numero(document.lic.cant_23008.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23008.value) ; //+ 100 ; conceptos = conceptos+",23008/"+ valor +"/"; } /* if ( document.lic.con_23006.checked ) { if (document.lic.cant_23006.value == "" || !es_numero(document.lic.cant_23006.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23006.value) ; //+ 100 ; conceptos = conceptos+",23006/"+ valor +"/"; } if ( document.lic.con_23116.checked ) { if (document.lic.cant_23116.value == "" || !es_numero(document.lic.cant_23116.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23116.value) ; //+ 100 ; conceptos = conceptos+",23116/"+ valor +"/"; } */ if ( document.lic.con_23119.checked ) { if (document.lic.cant_23119.value == "" || !es_numero(document.lic.cant_23119.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23119.value) ; //+ 100 ; conceptos = conceptos+",23119/"+ valor +"/"; } if ( document.lic.con_23120.checked ) { if (document.lic.cant_23120.value == "" || !es_numero(document.lic.cant_23120.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23120.value) ; //+ 100 ; conceptos = conceptos+",23120/"+ valor +"/"; } if ( document.lic.con_23121.checked ) { if (document.lic.cant_23121.value == "" || !es_numero(document.lic.cant_23121.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23121.value) ; //+ 100 ; conceptos = conceptos+",23121/"+ valor +"/"; } if ( document.lic.con_23126.checked ) { if (document.lic.cant_23126.value == "" || !es_numero(document.lic.cant_23126.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23126.value) ; //+ 100 ; conceptos = conceptos+",23126/"+ valor +"/"; } if ( document.lic.con_23166.checked ) { if (document.lic.cant_23166.value == "" || !es_numero(document.lic.cant_23166.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23166.value) ; //+ 100 ; conceptos = conceptos+",23166/"+ valor +"/"; } if ( document.lic.con_23147.checked ) { if (document.lic.cant_23147.value == "" || !es_numero(document.lic.cant_23147.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } if (document.lic.imp_26010.value == "" || !es_numero(document.lic.imp_26010.value) ) { alert("Favor de poner el importe") return; } var valor = Number(document.lic.cant_23147.value) ; //+ 100 ; conceptos = conceptos+",23147/"+ valor +"/"; } if ( document.lic.con_23172.checked ) { if (document.lic.cant_23172.value == "" || !es_numero(document.lic.cant_23172.value) ) { alert("Favor de poner la cantidad en los trámites seleccionados") return; } var valor = Number(document.lic.cant_23172.value) ; //+ 100 ; conceptos = conceptos+",23172/"+ valor +"/"; } if (conceptos == "0") { alert("Atencion marque una opcion para continuar---->."); return; } else { document.lic.conceptos.value = conceptos.substring(2,250); } document.lic.nombre_completo.value = document.lic.nombres.value +" "+ document.lic.apaterno.value +" "+ document.lic.amaterno.value; var r = confirm("ATENCION:\n\n-Verificar que los datos ingresados al sistema sean Correctos.\n-En caso de error, NO procedera a modificaciones.\n"); if (r == true) { document.lic.accion.value = 10; document.lic.submit(); } else { return; } } else { if (document.lic.folio_ec.value == "" ) alert("Teclea el Folio del Estado de Cuenta"); } } function oculta1(){ divInfo1 = document.getElementById('oculta_1'); divInfo2 = document.getElementById('oculta_2'); divInfo3 = document.getElementById('oculta_3'); //alert("Hola"); if (divInfo1.style.display=='block'){ divInfo1.style.display='none'; document.getElementById("abrir_info1").value=" + "; return; } if (divInfo1.style.display=='none'){ divInfo1.style.display='block'; divInfo2.style.display='none'; divInfo3.style.display='none'; document.getElementById("abrir_info1").value=" - "; document.getElementById("abrir_info2").value=" + "; document.getElementById("abrir_info3").value=" + "; return; } } function oculta2(){ divInfo1 = document.getElementById('oculta_1'); divInfo2 = document.getElementById('oculta_2'); divInfo3 = document.getElementById('oculta_3'); //alert("Hola"); if (divInfo2.style.display=='block'){ divInfo2.style.display='none'; document.getElementById("abrir_info2").value=" + "; return; } if (divInfo2.style.display=='none'){ divInfo2.style.display='block'; divInfo1.style.display='none'; divInfo3.style.display='none'; document.getElementById("abrir_info2").value=" - "; document.getElementById("abrir_info1").value=" + "; document.getElementById("abrir_info3").value=" + "; return; } } function oculta3(){ divInfo1 = document.getElementById('oculta_1'); divInfo2 = document.getElementById('oculta_2'); divInfo3 = document.getElementById('oculta_3'); //alert("Hola"); if (divInfo3.style.display=='block'){ divInfo3.style.display='none'; document.getElementById("abrir_info3").value=" + "; return; } if (divInfo3.style.display=='none'){ divInfo3.style.display='block'; divInfo1.style.display='none'; divInfo2.style.display='none'; document.getElementById("abrir_info3").value=" - "; document.getElementById("abrir_info2").value=" + "; document.getElementById("abrir_info1").value=" + "; return; } } -->

SERVICIOS DE LA SECRETARIA DE EDUCACIÓN

Seleccione la opción deseada:


Aplicar Tarjeta 'Mera Mera' Mejorada- Sin Espacios o Token (7 digitos):
- Si su trámite es rechazado. Validar tu Tarjeta Mera Mera AQUI
Aplicar Tarjeta 'Campirana'- Sin Espacios:
Nombre(s):
Apellido Paterno:
Apellido Materno:
Denominación o Razón Social:
RFC:

Municipio:



SERVICIOS QUE PRESTA LA DIRECCIÓN DE PROFESIONES


SERVICIOS QUE PRESTA LA DIRECCIÓN DE ACREDITACIÓN, INCORPORACIÓN Y REVALIDACIÓN


OTROS SERVICIOS
No procede ninguna tarjeta en estas opciones.



Descripción Cantidad Seleccionar
EXPEDICIÓN DE CERTIFICADO DE TERMINACIÓN DE ESTUDIOS DE ESCUELAS PARTICULARES INCORPORADAS DE NIVEL PREESCOLAR POR ALUMNO
EXPEDICIÓN DE CERTIFICADO DE TERMINACIÓN DE ESTUDIOS DE ESCUELAS PARTICULARES INCORPORADAS DE NIVEL PRIMARIA POR ALUMNO
EXPEDICIÓN DE CERTIFICADO DE TERMINACIÓN DE ESTUDIOS DE ESCUELAS PARTICULARES INCORPORADAS DE NIVEL SECUNDARIA POR ALUMNO
EXPEDICIÓN DE CERTIFICADO DE TERMINACIÓN DE ESTUDIOS DE BACHILLERATO GENERAL Y NIVEL TÉCNICO POR ALUMNO




LA MERA MERA
Solo si usted capturó una tarjeta MERA-MERA válida.


Descripción Cantidad Seleccionar
PREPARATORIA ABIERTA INSCRIPCION (LA MERA MERA) (23166)
LA CAMPIRANA
Solo si usted capturó una tarjeta CAMPIRANA válida.


Descripción Cantidad Seleccionar
PREPARATORIA ABIERTA INSCRIPCION (CAMPIRANA)(23172)