207
| <![CDATA[<div style="float:left;">
<a href="index.jsp">
<img src="resources/images/topo/logo_badesc_topo.png" border="0" style="margin-top:20px;" />
</a>
</div>]]>
|
209
| <![CDATA[<img src="resources/images/topo/logo_badesc_topo.png" border="0" style="margin-top:20px;" />]]>
|
219
| <![CDATA[<img src="resources/images/comum/icone_whatsapp.png" style="position:fixed; bottom: 15px; right: 15px; z-index:99999;" data-selector="img">]]>
|
279
| <![CDATA[<li style="width: 250px;">
<div class="pull-right">
<a href="https://www.youtube.com/channel/UCrf2QLWweb6tOdSzAhLy2Vw" title="Rede Social Youtube" target="_blank">
<img src="resources/images/topo/rede_social_youtube.png" class="pull-right"/>
</a>
<a href="https://www.linkedin.com/company/badesc" title="Rede Social Linkedin" target="_blank">
<img src="resources/images/topo/rede_social_linkedin.png" class="pull-right"/>
</a>
<a href="https://www.instagram.com/badesc.sa" title="Rede Social Instagram" target="_blank">
<img src="resources/images/topo/rede_social_instagram.png" class="pull-right"/>
</a>
<a href="https://www.facebook.com/badesc.sa" title="Rede Social Facebook" target="_blank">
<img src="resources/images/topo/rede_social_facebook.png" class="pull-right"/>
</a>
</div>
</li>]]>
|
301
| <![CDATA[<div class="container" style="padding-left: 30px; padding-right: 30px;">]]>
|
303
| <![CDATA[<div class="col-xs-12" style="padding: 0px;">CONTATO - DÚVIDAS SOBRE CRÉDITO</div>]]>
|
329
| <![CDATA[<div class="row" style="text-align: justify;">
Se você tem uma operação de crédito em curso e gostaria de tirar alguma dúvida ou ter informações sobre o andamento da
operação, por favor, preencha o formulário abaixo.
<br/><br/>
(*) Campos obrigatórios.
</div>]]>
|
345
| <![CDATA[<input type="text" name="nmEmpresa" maxlength="160" value="" style="width: 300px;" title="nome">]]>
|
351
| <![CDATA[<input type="text" name="nrCnpjCpf" maxlength="18" value="" onkeypress="formataCnpjCpf(event)" onblur="formataCnpjCpf(event)" style="width: 130px;" title="CNPJ/CPF">]]>
|
357
| <![CDATA[<input type="text" name="nmContato" maxlength="160" value="" style="width: 300px;" title="nome">]]>
|
362
| <![CDATA[<input type="text" name="email" maxlength="160" value="" style="width: 200px;" class="campoTexto cinza" title="E-MAIL DO CONTATO">]]>
|
366
| <![CDATA[<input type="text" name="ddd" maxlength="2" value="" onkeyup="gen_mcr_somente_numero(this)" style="width: 20px;" class="campoTexto cinza" title="DDD DO CONTATO">]]>
|
366
| <![CDATA[<input type="text" name="telefone" maxlength="14" value="" onkeyup="gen_mcr_somente_numero(this)" style="width: 100px;" class="campoTexto cinza" title="TELEFONE DO CONTATO">]]>
|
366
| <![CDATA[<input type="text" name="ramal" maxlength="5" value="" onkeyup="gen_mcr_somente_numero(this)" style="width: 40px;" class="campoTexto cinza" title="RAMAL DO CONTATO">]]>
|
371
| <![CDATA[<select name="idMunicipio" style="width: 200px;" class="cinza comboForm" title="MUNICIPIO">]]>
|
11
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159819414-1');
</script>]]>
|
43
| <![CDATA[<script>
$(document).ready(function() {
$.post("buscaDadosBasicosOuvidoria.do?metodo=buscarDadosBasicosOuvidoria", { }
);
$(".menu-lateral > ul > li > a > span").click(function() {
$(".menu-lateral > ul > li > a > span").attr("class", "conteudo-simples-sub-menu");
$(this).attr("class", "conteudo-simples-sub-menu-selecionado");
});
$.ajaxSetup({
cache: false
});
});
function enviarDuvidasCredito(){
if ( verificarDuvidasCredito() && validarCaptcha() == "true" ){
document.getElementById("mensagem_envio").innerHTML= "Enviando...";
$.getJSON('pages/enviarDuvidasCredito.do?metodo=enviarDuvidasCredito',
{
idTbSolicitacao : document.duvidasCreditoForm.idTbSolicitacao.value,
nmEmpresa : document.duvidasCreditoForm.nmEmpresa.value,
nrCnpjCpf : document.duvidasCreditoForm.nrCnpjCpf.value,
nmContato : document.duvidasCreditoForm.nmContato.value,
email : document.duvidasCreditoForm.email.value,
ddd : document.duvidasCreditoForm.ddd.value,
telefone : document.duvidasCreditoForm.telefone.value,
ramal : document.duvidasCreditoForm.ramal.value,
idMunicipio : document.duvidasCreditoForm.idMunicipio.value,
deMensagem : document.duvidasCreditoForm.deMensagem.value
},
function(faleEnviado){
document.duvidasCreditoForm.idTbSolicitacao.value = "1";
document.duvidasCreditoForm.nmEmpresa.value = "";
document.duvidasCreditoForm.nrCnpjCpf.value = "";
document.duvidasCreditoForm.nmContato.value = "";
document.duvidasCreditoForm.email.value = "";
document.duvidasCreditoForm.ddd.value = "";
document.duvidasCreditoForm.telefone.value = "";
document.duvidasCreditoForm.ramal.value = "";
document.duvidasCreditoForm.idMunicipio.value = "0";
document.duvidasCreditoForm.deMensagem.value = "";
if( faleEnviado == "sim" ){
$('#mensagem_envio').html("Informação da dúvida de crédito enviada com sucesso!<br><b>Obrigado pela atenção!</b>").show("slow");
}else{
$('#mensagem_envio').html("<font color='#892119'>Ocorreu um problema no envio da sua informação da dúvidas de crédito!</font><br> Por favor, tente mais tarde! <b>Obrigado pela atençção!</b>").show("slow");
}
}
);
}
}
function verificarDuvidasCredito(){
if( gen_crt_preenchido(document.duvidasCreditoForm.nmEmpresa) ){
return false;
}else if( gen_crt_preenchido(document.duvidasCreditoForm.nrCnpjCpf) ){
return false;
}else if( gen_crt_preenchido(document.duvidasCreditoForm.deMensagem) ){
return false;
}else if( !gen_crt_valida_email(document.duvidasCreditoForm.email.value) ){
alert("E-MAIL DO CONTATO inválido!");
document.duvidasCreditoForm.email.focus();
return false;
}else if( gen_crt_preenchido(document.duvidasCreditoForm.telefone) ){
return false;
}else if( gen_crt_preenchido(document.duvidasCreditoForm.idMunicipio) ){
return false;
}else{
return true;
}
}
function validarCaptcha(){
var captchaValido = "false";
$("#msg_captcha").html("Digite o código acima");
resetCampo("msg_captcha");
if( trim(document.duvidasCreditoForm.captcha.value) == "" ){
alertarMensagem("msg_captcha");
}else{
var codigo = document.duvidasCreditoForm.captcha.value;
captchaValido = $.ajax({
url: "verificarCaptha.do?metodo=verificarCaptcha",
data: {'codigo' : codigo},
async: false
}).responseText;
if(captchaValido == "false"){
$("#msg_captcha").html("Código inválido");
alertarMensagem("msg_captcha");
$("#divImgCaptcha").fadeOut("slow",
function(){
$("#divImgCaptcha").load("captcha_frame.jsp").fadeIn("slow");
}
);
}else{
$("#msg_captcha").html("");
}
}
document.duvidasCreditoForm.captcha.focus();
document.duvidasCreditoForm.captcha.value = "";
return captchaValido;
}
function resetCaptcha(){
$("#msg_captcha").html("");
}
function resetCampo(id){
document.getElementById(id).setAttribute("class","quadro-simulacao-campo-texto");
}
function alertarMensagem(id){
document.getElementById(id).setAttribute("class","alertaMensagem");
}
function formataCnpjCpf(evento){
var BACKSPACE= 8;
var DEL= 46;
var FRENTE= 39;
var TRAS= 37;
var tecla= (evento.keyCode ? evento.keyCode: evento.which ? evento.which : evento.charCode)
if (( tecla == BACKSPACE )||(tecla == DEL)||(tecla == FRENTE)||(tecla == TRAS)) {
return true;
}
if ( tecla == 13 ) return false;
if ((tecla<48)||(tecla>57)){
evento.returnValue =false;
return false;
} else {
if((event.srcElement.value.length==3)||(event.srcElement.value.length==7)) {
event.srcElement.value=event.srcElement.value + "." ;
} else {
if(event.srcElement.value.length==11) {
event.srcElement.value=event.srcElement.value + "-" ;
} else {
if (event.srcElement.value.length==15){
event.srcElement.value = event.srcElement.value.replace('.','');
event.srcElement.value = event.srcElement.value.replace('.','');
event.srcElement.value = event.srcElement.value.replace('-','');
event.srcElement.value = event.srcElement.value.substring(0,2)+'.'+event.srcElement.value.substring(2,5)+'.'+event.srcElement.value.substring(5,8)+'/'+event.srcElement.value.substring(8,13);
event.srcElement.value = event.srcElement.value +"-";
}
}
}
}
}
</script>]]>
|