|
楼主 |
发表于 2003-5-24 15:30:49
|
显示全部楼层
这个是WEB认证页面的原文件.不知为什么.10分钟多就把我踢下线了
<html>
<head>
<title>ENUS¼Æʱ·þÎñ---------------------------------------</title></head>
<script LANGUAGE="JavaScript">
window.open("../timerOpen.jsp","timer"," menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=0,scrollbars=0 width=400,height=240");
resizeTo(177,100)
moveTo (450,30)
//Èç¹ûÓû§»÷¼üF5, ±ÜÃⵯ³öÌáʾ´°¿Ú
function disable_refresh_key()
{
if (event.keyCode == 116)
{
}
}
document.onkeydown = disable_refresh_key;
</script>
<frameset cols="0,*" frameborder="NO" border="1" framespacing="0">
<frame name="loop" scrolling="NO" noresize src="loop.jsp" >
<frame name="timer" scrolling="NO" noresize src="timer.jsp" >
</frameset>
<body bgcolor="#0099FF" scroll=no >
</body>
</html> |
|