Login
empresa Guatemalteca

Regístrese como empresa guatemalteca

Regístrese en el Directorio de Exportadores Guatemaltecos para poder contactar con compradores internacionales.

Please enable JavaScript in your browser to complete this form.
Política de privacidad

Sorry, you have been blocked

You are unable to access export.com.gt

Why have I been blocked?

This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

What can I do to resolve this?

You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

; jQuery(document).ready(function ($) { load_json_data('industrias'); function load_json_data(id, parent_id){ var html_code = ''; var url = window.location; url = '"' + url +'"'; var a = url.split('/'); if (a[3]=='en') { if(id == 'industrias' ){ html_code += ''; } else { html_code += ''; } } else { if(id == 'industrias' ){ html_code += ''; } else { html_code += ''; } } var CategoriesSelresp = {}; $.each(cascadeJson, function(value) { if(id == 'industrias'){ html_code += ''; } else { html_code += ''; } CategoriesSelresp[cascadeJson[value]['Name']] = cascadeJson[value]['Categories']; $('#'+id).html(html_code); }); $(document).on('change', '#industrias', function(){ var industry_id = $(this).val(); var html_code = ' '; if(industry_id != '') { if (a[3]=='en') { html_code += ''; } else { html_code += ''; } console.log(CategoriesSelresp[industry_id]); $.each(CategoriesSelresp[industry_id], function(value) { html_code += ''; $('#categorias').html(html_code); }); // load_json_data('categorias', industry_id) } else { if (a[3]=='en') { $('#categorias').html(''); } else { $('#categorias').html(''); } } }); } }); function validacion() { name = document.getElementById("nombre").value; nit = document.getElementById("nit").value; phone = document.getElementById("telefono").value; name_cont = document.getElementById("nombre_contacto").value; email = document.getElementById("email").value; indice1 = document.getElementById("industrias").selectedIndex; indice2 = document.getElementById("categorias").selectedIndex; check = document.getElementById("check"); Resp = 403 ; var miCookie = readCookie(email); //validar formulario if( name == null || name.length == 0 || /^\s+$/.test(name)) { Swal.fire({ icon: 'error', title: 'Ops...', text: '¡Llene todos los campos!' }); return false; } else if ( nit == null || nit.length == 0 || /^\s+$/.test(nit) ) { Swal.fire({ icon: 'error', title: 'Ops...', text: '¡Llene todos los campos!' }) return false; } else if ( phone == null || phone.length == 0 ) { Swal.fire({ icon: 'error', title: 'Ops...', text: '¡Llene todos los campos!' }) return false; } else if ( name_cont == null || name_cont.length == 0 || /^\s+$/.test(name_cont) ) { Swal.fire({ icon: 'error', title: 'Ops...', text: '¡Llene todos los campos!' }) return false; } else if ( email == null || email.length == 0 || /^\s+$/.test(email) ) { Swal.fire({ icon: 'error', title: 'Ops...', text: '¡Llene todos los campos!' }) return false; } else if ( indice1 == null || indice1 == 0 ) { Swal.fire({ icon: 'error', title: 'Ops...', text: '¡Seleccione un tipo de negocio!' }) return false; } else if ( !check.checked ) { Swal.fire({ icon: 'error', title: 'Ops...', text: '¡Acepte la política de privacidad!' }) return false; }else if(miCookie==1) { Swal.fire({ icon: 'error', title: 'Ops...', text: '¡Email restringido por 15min, intente mas tarde!' }) return false; }else { document.cookie = email +"=1; max-age=18000;path=/"; //if( Resp == 406 || Resp == 202 || Resp == 404 ){ console.log('recaptcha1'); //crear cookie $('#botonreal').click(); // } } } function onSubmit(token){ document.getElementById("formula").submit(); }