- ID de exploración:
- df2da5f6-90bc-433c-b924-2a9d3ed6ec01Finalizado
- URL enviada:
- https://geoprd.sabesp.com.br/geocallltc/
- Informe finalizado:
Enlaces: 0 encontrados
Copy linkLos enlaces salientes identificados en la página
Variables JavaScript: 7 encontradas
Copy linkLas variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
0 | object |
1 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
resizeMainFrame | function |
addResizeListener | function |
Mensajes de registro de la consola: 1 encontrados
Copy linkMensajes registrados en la consola web
Level | Fuente | Message |
---|---|---|
verbose | dom |
|
HTML
Copy linkEl cuerpo HTML sin procesar de la página
<!DOCTYPE html><html><head> <title>GeoCall</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="height=device-height,width=device-width,initial-scale=1.0,user-scalable=yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta charset="UTF-8"> <link rel="SHORTCUT ICON" href="r/std/static/favicon.ico"> <link rel="apple-touch-icon-precomposed" href="r/std/static/favicon.png"> <style type="text/css">html,body{padding:0;margin:0;width:100%;height:100%}iframe{display:block;border:0;width:100%;overflow:hidden}iframe[name=state]{height:0}iframe[name=mainFrame]{height:100%}</style> <script type="text/javascript">function resizeMainFrame(){try{window.top.frames.mainFrame.frameElement.style.height="calc(100% - "+window.top.frames.state.frameElement.clientHeight+"px)"}catch(e){console.warn(e)}}function addResizeListener(){window.top.frames.state.addEventListener("resize",resizeMainFrame)};</script></head><body onload="addResizeListener();resizeMainFrame();"> <iframe name="state" src="state.htm"></iframe> <iframe name="mainFrame" src="Servlet" style="height: calc(100% + 0px);"></iframe></body></html>