var cargado = false; function Carga_adicional(){ if (!cargado){ cargado=true; document.getElementById("imgVal_adicional").src = 'http://www.grupobfx.com/imagenes/captcha/img_cp5.jpg'; document.getElementById("contactoima_adicional").value = 'img_cp5.jpg'; document.getElementById("contactonombre_adicional").value = 'ESKZ'; } } function EsValida(){ var valida = (document.getElementById("contactonombre_adicional").value.toUpperCase() == document.getElementById("contactovalor_adicional").value.toUpperCase()); if (!valida) alert ("El código ingresado es incorrecto, por favor inténtelo de nuevo"); return valida; } function RecargaContacto_adicional() { var date = new Date(); var url = "http://www.grupobfx.com/seguridad/securecarga_adicional.dbsp" + '?v='+date.getTime(); var body = document.getElementsByTagName("body")[0]; var scr = document.createElement("script"); scr.setAttribute("type","text/javascript"); scr.setAttribute("src",url); scr.setAttribute("id","scriptTemporal_adicional"); body.appendChild(scr); return false; } function Reasigna_adicional(dato1, dato2){ document.getElementById("imgVal_adicional").src = 'http://www.grupobfx.com/imagenes/captcha/'+dato1; document.getElementById("contactoima_adicional").value = dato1; document.getElementById("contactonombre_adicional").value = dato2; var body = document.getElementsByTagName("body")[0]; var scr = document.getElementById("scriptTemporal_adicional"); body.removeChild(scr); }