📄 re_question.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
background-color: #B1DB99;
}
-->
</style></head>
<!--#include file = "CheckLogin.asp" -->
<!--#include file = "inc/zhuru.asp" -->
<%
Dim strTeachingSujectID , strTeacherID , strSujectID ,strID
strTeachingSujectID = Request.QueryString("TeachingSujectID")
strTeacherID = Request.QueryString("TeacherID")
strSujectID = Request.QueryString("SujectID")
If strTeachingSujectID = "" Then
Response.Write("参数错误!")
Response.End
End If
If strTeacherID = "" Then
Response.Write("参数错误!")
Response.End
End If
If strSujectID = "" Then
Response.Write("参数错误!")
Response.End
End If
strID = Request.QueryString("ID")
If strID &"" = "" Then
Response.Write("参数错误!")
Response.End
End If
%>
<body>
<table width="378">
<form id="form1" name="form1" method="post" action="ReQuestion.asp?ID=<%=strID%>&TeachingSujectID=<%=strTeachingSujectID%>&TeacherID=<%=strTeacherID%>&SujectID=<%=strSujectID%>">
<tr bgcolor="#00CC00">
<td background="images/Down_bg.gif" align="center">回答疑问</td>
</tr>
<tr bgcolor="#66C06D">
<td ><textarea name="Answer" cols="50" rows="6"></textarea> </td>
</tr>
<tr bgcolor="#66C06D" height="12">
<td align="center"><input name="Submit2" type="reset" value="清空" /> <input type="submit" name="Submit" value="提交" /></td>
</tr>
<tr>
<td background="images/Top_bg.gif" align="center"> </td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -