index.htm

来源:互联网 发布:叮叮软件怎么用 编辑:程序博客网 时间:2024/06/06 08:46

努力做在学在线考试系统

<html>

<head>
<title>登陆页面</title>
<link rel="stylesheet" type="text/css" href="link.css" />
<% history.length=1 %>
<script language="vbscript">
sub button3_onclick
if form1.uno.value="" or form1.utype.value="" then
msgbox"请输入用户编号和类型!"
else
location.href="updatatestudentpass.asp?uno=" &_
form1.uno.value & "&utype=" & form1.utype.value
end if
end sub
</script>
</head>
<body topmargin="50" leftmargin="0" bgcolor="#336600">
<div align="center">
<table border="0" id="table1" cellpadding="0" cellspacing="0" width="600" height="439">
<tr>
<td valign="top" height="142">
<img border="0" src="images/1.png" width="600" height="126">
</td>
</tr>
<tr>
<td height="225" bgcolor="#6699FF">
<form name="form1" method="post" action="login.asp">
<table border="0" width="600" height="131" id="table2" cellpadding="0" cellspacing="0">
<tr>
<td height="23" width="650" colspan="2">
<p align="center">
<font size="+5" face="新宋体" color="#FFCC00">
用户登陆</font><p align="center">
</td>
</tr>
<tr>
<td height="27" width="282" align="right">用户编号:</td>
<td height="27" width="368"><input type="text" name="uno" size="20" tabindex="1"></td>
</tr>
<tr>
<td width="282" height="27" align="right">密码:</td>
<td width="368" height="27"><input type="password" name="upass" size="20" tabindex="2">
</td>
</tr>
<tr>
<td width="282" align="right" height="27">登陆类型:</td>
<td width="368" height="27">
<select name="utype" size="1" tabindex="3">
<option value="student" selected="">学生</option>
<option value="teacher">教师</option>
<option value="manager">管理员</option>
</select>
</td>

</tr>
</table>
<p align="center">
<input type="submit" value="登 陆" name="button1" style="font-weight:700">
<input type="reset" value="重 置" name="button2" style="font-weight:700">
</form>
</td>
</tr>
<tr>
<td valign="top" height="72" width="650">
<img border="0" src="images/2.png" width="600" height="72"></td>
</tr>
</table>
</div>
</body>
</html>
原创粉丝点击