📄 t.asp
字号:
<html>
<head>
<title>成绩查询管理系统</title>
<script language="JavaScript">
var speed = 200
var pause = 1000
var timerID = null
var bannerRunning = false
var ar = new Array()
ar[0] = " 学生成绩查询管理系统 版本 1.80 "
ar[1] = " 云南省思茅师范高等专科学校 龚文生 设计 "
ar[2] = " 请使用1024*768分辨率浏览"
var currentMessage = 0
var offset = 0
function stopBanner() {
if (bannerRunning)
clearTimeout(timerID)
bannerRunning = false}
function startBanner() {
stopBanner()
showBanner()}
function showBanner() {
var text = ar[currentMessage]
if (offset < text.length) {
if (text.charAt(offset) == " ")
offset++
var partialMessage = text.substring(0, offset + 1)
window.status = partialMessage
offset++
timerID = setTimeout("showBanner()", speed)
bannerRunning = true}
else {
offset = 0
currentMessage++
if (currentMessage == ar.length)
currentMessage = 0
timerID = setTimeout("showBanner()", pause)
bannerRunning = true }}
startBanner();
function on1()
{if (!document.images) return; document.gws1.src="kttp/f1b.gif"; document.blank.src="kttp/blank1.jpg";}
function on2()
{if (!document.images) return; document.gws2.src="kttp/f2b.gif"; document.blank.src="kttp/blank2.jpg";}
function on3()
{if (!document.images) return; document.gws3.src="kttp/f3b.gif"; document.blank.src="kttp/blank3.jpg";}
function on4()
{if (!document.images) return; document.gws4.src="kttp/f4b.gif"; document.blank.src="kttp/blank4.jpg";}
function on5()
{if (!document.images) return; document.gws5.src="kttp/f5b.gif"; document.blank.src="kttp/blank5.jpg";}
function on6()
{if (!document.images) return; document.gws6.src="kttp/f6b.gif"; document.blank.src="kttp/blank6.jpg";}
function on7()
{if (!document.images) return; document.gws7.src="kttp/f7b.gif"; document.blank.src="kttp/blank7.jpg";}
function on8()
{if (!document.images) return; document.gws8.src="kttp/f8b.gif"; document.blank.src="kttp/blank8.jpg";}
function on9()
{if (!document.images) return; document.gws9.src="kttp/f9b.gif"; document.blank.src="kttp/blank9.jpg";}
function on10()
{if (!document.images) return; document.gws10.src="kttp/f10b.gif"; document.blank.src="kttp/blank10.jpg";}
function on11()
{if (!document.images) return; document.gws11.src="kttp/f11b.gif"; document.blank.src="kttp/blank11.jpg";}
function on12()
{if (!document.images) return; document.gws12.src="kttp/f12b.gif"; document.blank.src="kttp/blank12.jpg";}
function off1()
{if (!document.images) return; document.gws1.src="kttp/f1a.gif"; document.blank.src="kttp/blank_1.gif";}
function off2()
{if (!document.images) return; document.gws2.src="kttp/f2a.gif"; document.blank.src="kttp/blank_2.gif";}
function off3()
{if (!document.images) return; document.gws3.src="kttp/f3a.gif"; document.blank.src="kttp/blank_3.gif";}
function off4()
{if (!document.images) return; document.gws4.src="kttp/f4a.gif"; document.blank.src="kttp/blank_4.gif";}
function off5()
{if (!document.images) return; document.gws5.src="kttp/f5a.gif"; document.blank.src="kttp/blank_5.gif";}
function off6()
{if (!document.images) return; document.gws6.src="kttp/f6a.gif"; document.blank.src="kttp/blank_6.gif";}
function off7()
{if (!document.images) return; document.gws7.src="kttp/f7a.gif"; document.blank.src="kttp/blank_7.gif";}
function off8()
{if (!document.images) return; document.gws8.src="kttp/f8a.gif"; document.blank.src="kttp/blank_8.gif";}
function off9()
{if (!document.images) return; document.gws9.src="kttp/f9a.gif"; document.blank.src="kttp/blank_9.gif";}
function off10()
{if (!document.images) return; document.gws10.src="kttp/f10a.gif"; document.blank.src="kttp/blank_10.gif";}
function off11()
{if (!document.images) return; document.gws11.src="kttp/f11a.gif"; document.blank.src="kttp/blank_11.gif";}
function off12()
{if (!document.images) return; document.gws12.src="kttp/f12a.gif"; document.blank.src="kttp/blank_12.gif";}
var imgslist = new Array(
"blank_1.gif",
"blank_2.gif",
"blank_3.gif",
"blank_4.gif",
"blank_5.gif",
"blank_6.gif",
"blank_7.gif",
"blank_8.gif",
"blank_9.gif",
"blank_10.gif",
"blank_11.gif",
"blank_12.gif",
"f1a.gif",
"f2a.gif",
"f3a.gif",
"f4a.gif",
"f5a.gif",
"f6a.gif",
"f7a.gif",
"f8a.gif",
"f9a.gif",
"f10a.gif",
"f11a.gif",
"f12a.gif");
var imgs=new Array();
for (x=0; x<imgslist.length; x++)
if (document.images)
{imgs[x]=new Image(); imgs[x].src = imgslist[x];}
</script>
<script language=JavaScript>
function expandingWindow(website) {
var heightspeed = 2;
var widthspeed = 7;
var leftdist = 0;
var topdist = 0;
var winwidth = window.screen.availWidth - leftdist;
var winheight = window.screen.availHeight - topdist;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist + ",width=1,height=1,scrollbars=yes");
for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) {
sizer.resizeTo("1", sizeheight);
}
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) {
sizer.resizeTo(sizewidth, sizeheight);
}
sizer.location = website;
}
</script>
<body bgcolor="#FFFFFF" topmargin="0" onload=startclock() background="BG01.gif">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="950" id="AutoNumber1" height="1" background="BG01.gif">
<tr>
<td width="300" height="1" rowspan="3">
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href=index.css rel=stylesheet>
<table height="46" width="1">
<tbody>
<tr>
<td align=middle height=42 valign=top width=483>
<table border=1 bordercolor=#FF9900 bordercolordark=#ffffff cellpadding=0 cellspacing=0 height=82 style=BORDER-BOTTOM:double;BORDER-LEFT:double;BORDER-RIGHT:double;BORDER-TOP:double width=118>
<tbody><tr bgcolor=#ee9b00 bordercolor=#FFFFCC>
<td bordercolordark=#FFE7CE bordercolorlight=#FFE7CE colspan=2 height=25 bgcolor="#FFE7CE" width="441">
<div align=center>
<img class=opacity onMouseDown=movover();movstar(-3,2) onMouseOut=movover();o_up(this) onMouseOver=movstar(-1,20);o_down(this) onMouseUp=movover();movstar(-1,20) src=up.gif width=19 height=19 align=baseline><b><font color=#003399 size=3 face=楷体_GB2312>公 告</font></b><img class=opacity onMouseDown=movover();movstar(3,2) onMouseOut=movover();o_up(this) onMouseOver=movstar(1,20);o_down(this) onMouseUp=movover();movstar(1,20) src=down.gif width=19 height=19 align=absbottom></div></td></tr>
<tr align=middle bgcolor=#ffe7ce bordercolor=#FFFFCC>
<td height=53 bgcolor=#ffe7ce bordercolor=#ffe7ce width="420">
<IFRAME border=0 frameBorder=0 frameSpacing=0 height=141 width=271 marginHeight=0 marginWidth=0 name=new_date noResize scrolling=no src=gwsxwxs.asp vspale=0></IFRAME></td>
<td width=19 bordercolor=#ffe7ce bgcolor=#ffe7ce height="53">
<script src=new.js></script><script src=error.js></script>
</td></tr></tbody></table></td>
</table>
</td>
<td width="57" height="1" rowspan="3"><img src="kttp/gwst1.jpg" width="57" height="191"></td>
<td width="242" height="1">
<img src="kttp/gwst3.jpg" width="242" height="20"></td>
<td width="57" height="1" rowspan="3"><img src="kttp/gwst6.jpg" width="57" height="191"></td>
<td width="300" height="1" rowspan="3">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="220" id="AutoNumber5" background="BG01.gif">
<tr>
<td width="50%" align="center">
<a href="gly.asp" target="gwsz" onmouseover="on1();" onmouseout="off1();"><img src="kttp/f1a.gif" width="109" height="28" border="0" name="gws1"></a></td>
<td width="50%" align="center">
<a href="wll.htm" target="gwsz" onmouseover="on7();" onmouseout="off7();"><img src="kttp/f7a.gif" width="109" height="28" border="0" name="gws7"></a></td>
</tr>
<tr>
<td width="50%" align="center">
<a href="gly1.asp" target="gwsz" onmouseover="on2();" onmouseout="off2();"><img src="kttp/f2a.gif" width="109" height="28" border="0" name="gws2"></a></td>
<td width="50%" align="center">
<a href="wll.htm" target="gwsz" onmouseover="on8();" onmouseout="off8();"><img src="kttp/f8a.gif" width="109" height="28" border="0" name="gws8"></a></td>
</tr>
<tr>
<td width="50%" align="center">
<a href="xgmm15.asp" target="gwsz" onmouseover="on3();" onmouseout="off3();"><img src="kttp/f3a.gif" width="109" height="28" border="0" name="gws3"></a></td>
<td width="50%" align="center">
<a href="wll.htm" target="gwsz" onmouseover="on9();" onmouseout="off9();"><img src="kttp/f9a.gif" width="109" height="28" border="0" name="gws9"></a></td>
</tr>
<tr>
<td width="50%" align="center">
<a href="jsdl.asp" target="gwsz" onmouseover="on4();" onmouseout="off4();"><img src="kttp/f4a.gif" width="109" height="28" border="0" name="gws4"></a></td>
<td width="50%" align="center">
<a href="jsINDEX.ASP" target="gwsz" onmouseover="on10();" onmouseout="off10();"><img src="kttp/f10a.gif" width="109" height="28" border="0" name="gws10"></a></td>
</tr>
<tr>
<td width="50%" align="center">
<a href="fbxgmm.asp" target="gwsz" onmouseover="on5();" onmouseout="off5();"><img src="kttp/f5a.gif" width="109" height="28" border="0" name="gws5"></a></td>
<td width="50%" align="center">
<a href="sm.htm" target="gwsz" onmouseover="on11();" onmouseout="off11();"><img src="kttp/f11a.gif" width="109" height="28" border="0" name="gws11"></a></td>
</tr>
<tr>
<td width="50%" align="center">
<a href="index.asp" target="gwsz" onmouseover="on6();" onmouseout="off6();"><img src="kttp/f6a.gif" width="109" height="28" border="0" name="gws6"></a></td>
<td width="50%" align="center">
<a href="indexfb.asp" target="gwsz" onmouseover="on12();" onmouseout="off12();"><img src="kttp/f12a.gif" width="109" height="28" border="0" name="gws12"></a></td>
</tr>
</table>
</center>
</div>
<tr>
<td width="242" height="136" valign="top">
<a href="wll.htm" target="gwsz"><img src="kttp/blank.gif" width="242" height="136" name="blank" border="0" alt="万年历"></a></td>
<tr>
<td width="242" height="1">
<img src="kttp/gwst5.jpg" width="242" height="35"></td>
</td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="950" id="AutoNumber6" bgcolor="#FFFFFF" background="BG01.gif">
<tr>
<td width="150" align="center"><script language="javascript" src="jsq\count.asp"></script></td>
<td width="648" align="center"><font face="华文行楷" size="5">
云南省思茅师范高等专科学校学生成绩查询管理系统</font></td>
<td width="150" align="center"><a target="_blank" href="gws.htm"><font face="华文行楷" size="4" color="#FF9900">龚文生设计</font></a></td>
</tr>
</table>
</center>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -