📄 kebiaoteach.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<title>录入教师信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="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>
</head>
<body bgcolor="#FFFFFF" text="#000000" background="imags/kabg.gif">
<p align="center"><b>教师信息录入</b></p>
<form name="form1" method="post" action="addth.asp">
<div align="center">
<table width="350" border="1">
<tr>
<td height="41" width="85">系部:</td>
<td height="41" width="249">
<select name="xino" size="1">
<option value="--选择系--" selected>--选择系--</option>
<% set rs=server.createobject("ADODB.Recordset")
sql="select * from 系"
rs.open sql,conn,1,1
do while not rs.eof
%>
<option value="<%=rs("xino")%>"><%=rs("xiname")%></option>
<% rs.movenext
loop
%>
</select>
</td>
</tr>
<tr>
<td height="43" width="85">姓名:</td>
<td height="43" width="249">
<input type="text" name="teachername" size="20">
</td>
</tr>
<tr>
<td height="41" width="85">性别: </td>
<td height="41" width="249">
<select name="sex" size="1">
<option selected>女</option>
<option>男</option>
</select>
</td>
</tr>
<tr>
<td height="38" width="85">电话:</td>
<td height="38" width="249">
<input type="text" name="teleph" size="20">
</td>
</tr>
<tr>
<td height="20" colspan="2">
<div align="center">
<input type="submit" name="Submit" value="提交">
</div>
</td>
</tr>
</table>
</div>
</form>
<p align="center"><font color="#330000"><a href="keadd1.asp"><img src="imags/0000005.gif" width="137" height="30" border="0"></a></font></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -