https://www.bancoprovincia.bancainternet.com.ar/apiebanking/login/Home.htm

ID de l'analyse :
169dbfd2-399d-4652-95c5-cbfb357d58aeTerminée
URL soumise :
https://www.bancoprovincia.bancainternet.com.ar/apiebanking/login/Home.htm
Fin du rapport :

Liens : 0 trouvé(s)

Variables JavaScript : 10 trouvée(s)

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
ctxstring
channelIdstring
formSendboolean
enterKeyfunction
enterKeyForLoginfunction
textCounterfunction
testIE11function

Messages de journal de console : 2 trouvé(s)

TypeCatégorieEnregistrement
errornetwork
URL
https://www.bancoprovincia.bancainternet.com.ar/apiebanking/login/Home.htm
texte
Failed to load resource: the server responded with a status of 404 (No Encontrado)
errornetwork
URL
https://www.bancoprovincia.com.ar/404
texte
Failed to load resource: the server responded with a status of 404 ()

HTML

<!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>&nbsp;</em></button>
					
				
				</ul>
				</div>
			</div>

			<div id="errorExternoFooter">
				
				<div id="finalLine"></div>
			</div>
							
		</div>
	

</body></html>