- 제출된 URL:
- https://akae.es/monoloco리디렉션됨
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 12개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
0 | object |
1 | object |
2 | object |
3 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
scrollCounter | number |
scrollText | string |
scrollDelay | number |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>:::Www.cocomonoloco.tK:::</title>
<script language="JavaScript">
var scrollCounter = 0;
var scrollText = "Francisco Maestre y Ole pulsa ctrl+d para agregar esta pagina a favoritos pulsa alt+F4 para super menu secreto si puedes leer esto no necesitas gafas si no tienes javascript activado seguramente no estas leyendo esto ";
var scrollDelay = 120;
var i = 0;
while (i ++ < 140)
scrollText = " " + scrollText;
function Scroller()
{window.status = scrollText.substring(scrollCounter++,
scrollText.length);
if (scrollCounter == scrollText.length)
scrollCounter = 0;
setTimeout("Scroller()", scrollDelay);
}
Scroller();
//-->
</script>
</head>
<frameset rows="140,*" cols="200,*" frameborder="no" framespacing="0">
<frame name="cornerFrame" scrolling="NO" noresize="" src="esquina.html">
<frame name="topFrame" scrolling="NO" noresize="" src="titulo.html">
<frame name="leftFrame" scrolling="NO" noresize="" src="menu.html">
<frame name="mainFrame" src="principal.html">
</frameset>
<noframes>Si puedes leer esto es porque tu navegador no soporta marcos. Lo mas seguro es que tampoco puedas ver las fotos, asi que usa otro navegador. <br>
</br>
</noframes>
</html>