📄 top4.asp
字号:
<html>
<head>
<title>学生成绩查询系统</title>
<SCRIPT language=Javascript>
<!--
var x = 0
var speed = 120
var text = "……学生成绩查询系统……"
var course = 120
var text2 = text
function Scroll() {
window.status = text2.substring(0, text2.length)
if (course < text2.length) {
setTimeout("Scroll2()", speed)
}
else {
text2 = " " + text2
setTimeout("Scroll()", speed);
}
}
function Scroll2() {
window.status = text2.substring(x, text2.length)
if (text2.length - x == text.length) {
text2 = text
x = 0
setTimeout("Scroll()", speed);
}
else {
x++
setTimeout("Scroll2()", speed);
}
}
Scroll()
//-->
</SCRIPT>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE>
TD {
FONT-SIZE: 9pt
}
A {
COLOR: #336600; TEXT-DECORATION: none
}
A:hover {
COLOR: red}
.topbian {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: dashed;
border-left-style: dashed;
border-top-color: #73c44b;
border-right-color: #73c44b;
border-bottom-color: #73c44b;
border-left-color: #73c44b;
}
</STYLE>
<STYLE>
BODY {
SCROLLBAR-FACE-COLOR: #ededed; FONT-SIZE: 9pt; SCROLLBAR-HIGHLIGHT-COLOR: #fafafa; SCROLLBAR-SHADOW-COLOR: #bdbdbd; COLOR: #666666; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #939393; SCROLLBAR-TRACK-COLOR: #fafafa; SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}.style1 {color: #ffffff}
</STYLE>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
<!--
@import url("images/style.css");
-->
</style>
</head>
<script src="inc/clearevents.js"></script>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<%if topbg=1 then %>
<%else%>
<%end if%>
<STYLE>
.Rollover { behavior : url(imageRollover_js.htc) }
</STYLE>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<div align="center">
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -