- 扫描 ID:
- a93e8419-224d-4728-8dab-f2ebc63797bc已完成
- 提交的 URL:
- https://www.ciberchess.com/ciberchess/php/indice150.php
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 4 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
AbrirVentana | function |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 HTML 正文
<html><head>
<title>CiberChess - Jugar Ajedrez en linea</title>
<link rel="shortcut icon" href="../imagenes/ciberchess.ico">
<script language="JavaScript">
function AbrirVentana(juego,nombreJuego,resolucion) {
var direccion;
var idioma="";
var sala="";
var ancho=screen.width;
var alto=screen.height;
var nomeVenta;
if (resolucion==800)
{
ancho=800;
alto=600;
}
if (resolucion==1024)
{
ancho=1024;
alto=768;
}
if (resolucion==1152)
{
ancho=1152;
alto=864;
}
if (resolucion==1280)
{
ancho=1280;
alto=1024;
}
if (ancho>screen.width || alto>screen.height )
{
ancho=screen.width;
alto=screen.height;
}
nomeVenta="1524900996";
direccion=juego+"?sala="+sala+"&ancho="+ancho+"&alto="+alto+"&idioma="+idioma+"&e="+Math.round(Math.random()*10000000);
MiVentana=open(direccion,
nombreJuego + nomeVenta,
"toolbar=no,directories=no,menubar=no,status=no,resizable=yes,left=0,top=0,width="+(ancho)+",height="+(alto-19));
}
</script>
<style type="text/css">A {
TEXT-DECORATION: none
}
</style>
<style>A:visited {
COLOR: #EBDAB8
}
</style>
<style>A:link {
COLOR: #EBDAB8
}
</style>
<style>A:hover {
COLOR: #F0F0F0
}
</style>
</head>
<body><p align="center"> </p><p align="center"><span lang="es"><font size="7" color="#000080">Login o password no valido</font></span></p><a href="javascript:window.history.back()"><font color="#000088" face="ARIAL" size="2">Volver</font></a>
</body></html>