- ID da verificação
- 169dbfd2-399d-4652-95c5-cbfb357d58aeConcluído
- URL enviado:
- https://www.bancoprovincia.bancainternet.com.ar/apiebanking/login/Home.htm
- Relatório concluído:
Links · 0 encontrado(s)
Os links de saída identificados na página
Variáveis JavaScript · 10 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
ctx | string |
channelId | string |
formSend | boolean |
enterKey | function |
enterKeyForLogin | function |
textCounter | function |
testIE11 | function |
Mensagens de registro do console · 2 encontrada(s)
Mensagens registradas no console web
Tipo | Categoria | Log |
---|---|---|
error | network |
|
error | network |
|
HTML
O corpo HTML bruto da página
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><script>
var ctx = "/apiebanking";
var channelId = "IN";
var formSend=false;
</script>
<script title="JSgenercio" type="text/javascript">
function enterKey(event, nombreBoton) {
if ($.browser.msie) {
key = window.event.keyCode; //IE
} else if ($.browser.mozilla) {
key = e.which; //firefox
}
if (key == 13){
document.getElementById(nombreBoton).click();
return false;
}
}
function enterKeyForLogin(event, nombreBoton) {
if (Prototype.Browser.IE || Prototype.Browser.WebKit) {
key = window.event.keyCode; //IE
} else if (Prototype.Browser.Gecko) {
key = event.which; //firefox
}
if (key == 13){
if($('pwd').visible() && !formSend) {
formSend=true;
document.getElementById('imageSubmitPass').click();
} else {
if(!formSend){
document.getElementById('imageSubmit').click();
}
}
return false;
}
}
function textCounter(field, maxlimit){
var texto = field.value;
if (texto.length > maxlimit){
field.value = texto.substring(0, maxlimit);
}
}
//Fix para IE11
function testIE11(){
var isOpera = !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0;
// Opera 8.0+ (UA detection to detect Blink/v8-powered Opera)
var isFirefox = typeof InstallTrigger !== 'undefined'; // Firefox 1.0+
var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0;
// At least Safari 3+: "[object HTMLElementConstructor]"
var isChrome = !!window.chrome && !isOpera; // Chrome 1+
var isIE = /*@cc_on!@*/false || !!document.documentMode; // At least IE6
/*
Successfully tested in:
Firefox 0.8 - 25
Chrome 1.0 - 30
Opera 8.0 - 15.0
Safari 3.0 - 6.0
IE 6 - 11
*/
if (isIE == true){
document.getElementById('centrecontent').style.zIndex = -1;
}else{
document.getElementById('centrecontent').style.zIndex = 0;
}
}
/*
$(document).ready(function() {
testIE11();
});
*/
</script>
<title>eBanking Banco de la Provincia de Buenos Aires</title>
<link href="/apiebanking/styles/errors.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="/apiebanking/styles/form-IN.css?v=4800" type="text/css">
</head>
<body>
<div id="errorExterno">
<div id="errorExternoHeader">
<div id="logoBrouHeader"></div>
<div id="HeaderContenido">
<div id="titulo">Error 404</div>
<div id="mensaje">La página que usted quiere acceder no está disponible.</div>
</div>
</div>
<div id="errorExternoContent">
<div id="contenido">Por favor vuelva a intentar en unos instantes<br><br>Disculpe las molestias ocasionadas.
<ul>
<button class="botonSubmit" id="volver" onfocus="this.blur();" type="button" onclick="window.location='/apiebanking/home/consolidada.htm'" value="Volver"><span>Volver</span><em> </em></button>
</ul>
</div>
</div>
<div id="errorExternoFooter">
<div id="finalLine"></div>
</div>
</div>
</body></html>