?? 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>無標(biāo)題文檔</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("參數(shù)錯誤!")
Response.End
End If
If strTeacherID = "" Then
Response.Write("參數(shù)錯誤!")
Response.End
End If
If strSujectID = "" Then
Response.Write("參數(shù)錯誤!")
Response.End
End If
strID = Request.QueryString("ID")
If strID &"" = "" Then
Response.Write("參數(shù)錯誤!")
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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -