📄 xsfkteacher.asp
字号:
<!--#include file="top.asp"-->
<!--#include file="Odbc_connection.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="admin/wangye9pt.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><!--#include file="left.asp"--></td>
<td valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> </tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<tr>
<td><img src="images/leftbiao3.gif" width="274" height="59"></td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><span style="color: #FF0000">
<span style="color: #FF0000"><span style="color: #FF0000"><span style="color: #FF0000">
<select name="select3" size="1" id="select4" style="BORDER-RIGHT: rgb(126,126,126) 1px solid; BORDER-TOP: rgb(126,126,126) 1px solid; BORDER-LEFT: rgb(126,126,126) 1px solid; BORDER-BOTTOM: rgb(126,126,126) 1px solid; BACKGROUND-COLOR: rgb(255,255,255); width: 120px; font-size: 12px; color: #000000">
<option selected>请您选择教师院别</option>
<%
strsql="select * from department order by showid"
set rs=db.execute(strsql)
do while not rs.eof
response.Write "<option select>"&rs("department")&"</option>"
rs.movenext
loop
%>
</select>
</span></span></span></span></td>
<td><span style="color: #FF0000">
<span style="color: #FF0000">
<select name="select" size="1" id="select3" style="BORDER-RIGHT: rgb(126,126,126) 1px solid; BORDER-TOP: rgb(126,126,126) 1px solid; BORDER-LEFT: rgb(126,126,126) 1px solid; BORDER-BOTTOM: rgb(126,126,126) 1px solid; BACKGROUND-COLOR: rgb(255,255,255); width: 120px; font-size: 12px; color: #000000">
<option selected>请您选择教师姓名</option>
<%
strsql="select * from department order by showid"
set rs=db.execute(strsql)
do while not rs.eof
response.Write "<option select>"&rs("department")&"</option>"
rs.movenext
loop
%>
</select>
</span> </span></td>
<td><span style="color: #FF0000">
<select name="select2" size="1" id="select2" style="BORDER-RIGHT: rgb(126,126,126) 1px solid; BORDER-TOP: rgb(126,126,126) 1px solid; BORDER-LEFT: rgb(126,126,126) 1px solid; BORDER-BOTTOM: rgb(126,126,126) 1px solid; BACKGROUND-COLOR: rgb(255,255,255); width: 155px; font-size: 12px; color: #000000">
<option selected>请您选择教师所授课科目</option>
<%
strsql="select * from department order by showid"
set rs=db.execute(strsql)
do while not rs.eof
response.Write "<option select>"&rs("department")&"</option>"
rs.movenext
loop
%>
</select>
</span></td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3"><div align="center">
</div></td>
<td valign="bottom"><div align="left" style="color: #FF0000; font-size: 9pt;">
<div align="center">标题 </div>
</div></td>
<td width="352" valign="bottom"><input name="textfield" type="text" size="36" maxlength="30" ></td>
</tr>
<tr>
<td height="50" colspan="2" valign="bottom"><img src="images/xin.gif" width="32" height="32"><span style="font-size: 9pt; color: #FF0000;">反馈内容</span></td>
</tr>
<tr>
<td colspan="2" valign="bottom"><textarea name="textarea" cols="60" rows="20" class="w9pt"></textarea></td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="202" height="50">
<div align="right">
<input type="reset" name="Submit2" value="重置">
</div></td>
<td width="298"><div align="center">
<input type="submit" name="Submit" value="提交">
</div></td>
</tr>
</table></td>
<td width="9" background="images/rightright.jpg"></td>
</tr>
</table>
</body>
</html>
<!--#include file="foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -