📄 index.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META content=黄石理工,新世纪,学院,教学,学校,教师,同学,教育资源,教研,学科,电气,电子信息,工程 name=Jiashan,new,century,High,School>
<title><%=jjgn%></title>
<LINK href=index.css rel=stylesheet>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {color: #FFFFFF}
.style2 {color: #CECFD0}
-->
</style>
<script language="JavaScript">
<!--
if (self != top) top.location.href = window.location.href
//-->
</script>
<script language=JavaScript>
<!--
//
var version = "other"
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) version = "n3";
else if (browserName == "Netscape" && browserVer < 3) version = "n2";
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "e4";
else if (browserName == "Microsoft Internet Explorer" && browserVer < 4) version = "e3";
function marquee1()
{
if (version == "e4")
{
document.write("<marquee style='BOTTOM: 0px; FONT-WEIGHT: 100px; HEIGHT:120px; TEXT-ALIGN: left; TOP: 0px' id='news' scrollamount='1' scrolldelay='10' behavior='loop' direction='up' border='0' onmouseover='this.stop()' onmouseout='this.start()'>")
}
}
function marquee2()
{
if (version == "e4")
{
document.write("</marquee>")
}
}
//-->
</script>
<script language=JavaScript>
<!--
//
var version = "other"
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) version = "n3";
else if (browserName == "Netscape" && browserVer < 3) version = "n2";
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "e4";
else if (browserName == "Microsoft Internet Explorer" && browserVer < 4) version = "e3";
function marquee5()
{
if (version == "e4")
{
document.write("<marquee style='BOTTOM: 0px; FONT-WEIGHT: 100px; HEIGHT:140px; TEXT-ALIGN: left; TOP: 0px' id='news' scrollamount='1' scrolldelay='10' behavior='loop' direction='up' border='0' onmouseover='this.stop()' onmouseout='this.start()'>")
}
}
function marquee6()
{
if (version == "e4")
{
document.write("</marquee>")
}
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript1.2">
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20
}
</script>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if ((navigator.appName.indexOf('Microsoft')+1)) {
document.write('<style type="text/css"> .opacity1 {filter:alpha(opacity=50)} .opacity2 {filter:alpha(opacity=100)} </style>'); }
if ((navigator.appName.indexOf('Netscape')+1)) {
document.write('<style type="text/css"> .opacity1 {-moz-opacity:0.5} .opacity2 {-moz-opacity:1} </style>'); }
else {
document.write(''); }
// End -->
</script>
<%if R_BG=1 then %>
<%else%>
<%end if%>
<!-- #include file="inc/top.asp" -->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
dim num1
dim rndnum
Randomize
Do While Len(rndnum)<4
num1=CStr(Chr((57-48)*rnd+48))
rndnum=rndnum&num1
loop
session("code")=rndnum
%>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="3"><div align="center"></div></td>
</tr>
</table>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0" class="unnamed_rld2">
<tr>
<td height=24></td>
<td></td>
</tr>
<tr>
<td width="326"><table width="50%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<form action="checklogin.asp" method="post" name="form1">
<table width="275" border="0" align="center" cellpadding="0" cellspacing="0" class="unnamed1_rld">
<tr bgcolor="#EAEAEA">
<td height="25" colspan="2"><div align="center">学生成绩查询</div></td>
</tr>
<tr>
<td width="100" height="30"><div align="center">学号:</div></td>
<td>
<input name="xh" type="text" class="unnamed_rld2" value="" size="20" maxlength="20"></td>
</tr>
<tr>
<td height="30"><div align="center">密码:</div></td>
<td>
<input name="mm" type="password" class="unnamed_rld2" value="" size="20" maxlength="20"></td>
</tr>
<tr>
<td height="30" colspan="2">
<div align="center">
<input name="submit" type="submit" value="登入">
<input type=button value="注册" onclick="window.location='register.asp?action=reg'">
<input type="button" name="getpass" value="取回密码" onclick="window.location='register.asp?action=getpass'">
</div></td>
</tr>
</table>
</form></td>
</tr>
</table></td>
<td width="47%">
<table width="316" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<form action="admpost.asp" method="post" id="form2">
<table width="250" border="0" align="center" cellpadding="0" cellspacing="0" class="unnamed1_rld">
<tr bgcolor="#EAEAEA">
<td height="25" colspan="2">
<div align="center">
<%
if mm=1 then
Response.Write "对不起,您输入的密码有误!"
elseif mm=2 then
Response.Write "您没有登陆的权限!"
elseif mm=3 then
Response.Write "请输入完整的用户名和密码!"
end if
%>
管理员登陆 </div></td>
</tr>
<tr>
<td width="100" height="30"><div align="center">管理员帐号:</div></td>
<td width="154">
<input name="keys" type="hidden" value="submit">
<input name="username" type="text" class="unnamed_rld2" id="username2" value="" size="20" maxlength="20"></td>
</tr>
<tr>
<td height="30"><div align="center">管理员密码:</div></td>
<td>
<input name="password" type="password" class="unnamed_rld2" size="20" value="" maxlength="20">
</td>
</tr>
<tr align="center">
<td height="30" colspan="2">
<input type="submit" name="Reg2" value="登录" class="bottom">
<input type="reset" name="Submit32" value="重填" class="bottom">
<input type=button value="给我留言" onclick="window.location='liuyan.asp'">
</td>
</tr>
</table>
</form></td>
</tr>
</table></td>
</tr>
</table>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="3"><div align="center"></div></td>
</tr>
</table>
<!-- #include file="Bottom.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -