📄 tjtk.asp
字号:
<!--#include file="inc/dbconn.inc"-->
<%sname=request("sname")
tname=request.cookies("tname")
if tname="" then
response.write"<SCRIPT language=JavaScript>alert('非法登录!');"
response.write"this.location.href='default.htm';</SCRIPT>"
end if%>
<html>
<head>
<title>远程教育网欢迎你</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="inc/index.css" type="text/css">
<style type="text/css">
<!--
body {
background-color: #FFFFCC;
}
-->
</style></head>
<SCRIPT language=JavaScript src="VREG3.js"></SCRIPT>
<body text="#000000" leftmargin="0" topmargin="0">
<TABLE width=776 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD rowSpan=2 width=34><IMG height=93 src="inc1/top.files/top-1.gif"
width=34></TD>
<TD bgColor=#639aff height=62><IMG height=62 src="inc1/top.files/top-2.gif"
width=300></TD></TR>
<TR>
<TD background=inc1/top.files/top-3.gif><IMG height=31
src="inc1/top.files/top-3.gif" width=100></TD></TR></TBODY></TABLE>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="183" valign="top" rowspan="4">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background=inc1/left.files/left-2.gif>
<tr>
<td width="10" height="60"></td>
<td valign="top" colspan="2">
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td height="60" width="173" valign="top" align="right"><img src="inc1/left.files/left.gif" width="171" height="60"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="237"></td>
<td width="13"></td>
<td width="160" valign="top">
<TABLE border=0 cellPadding=0 cellSpacing=0 width=150>
<TBODY>
<TR>
<TD colSpan=3 height=5></TD>
</TR>
<TR>
<TD height=12><IMG height=12 src="inc1/left.files/left-3.gif"
width=12></TD>
<TD height=12> </TD>
<TD height=12 vAlign=bottom><A class=dh01
href="tmain.asp">教师首页</A></TD>
</TR>
<TR>
<TD colSpan=3 height=5></TD>
</TR>
<TR>
<TD height=12><IMG height=12 src="inc1/left.files/left-3.gif"
width=12></TD>
<TD height=12> </TD>
<TD height=12 vAlign=bottom><A class=dh01
href="txgmm.asp">修改密码</A></TD>
</TR>
<TR>
<TD colSpan=3 height=5></TD>
</TR>
<TR>
<TD height=12><IMG height=12 src="inc1/left.files/left-3.gif"
width=12></TD>
<TD height=12> </TD>
<TD height=12 vAlign=bottom><A class=dh01
href="cktly.asp" >查看留言</A></TD>
</TR>
<TR>
<TD colSpan=3 height=5></TD></TR>
<TR>
<TD height=12 vAlign=center><IMG align=top height=12
src="inc1/left.files/left-3.gif" width=12></TD>
<TD height=12> </TD>
<TD height=12 vAlign=bottom><A class=dh01
href="glst.asp">查看试题</A></TD></TR>
<TR>
<TD colSpan=3 height=5></TD>
</TR>
<TR>
<TD height=12 vAlign=center><IMG align=top height=12
src="inc1/left.files/left-3.gif" width=12></TD>
<TD height=12> </TD>
<TD height=12 vAlign=bottom><A class=dh01
href="tjtk.asp">添加试题</A></TD>
</TR>
<TR>
<TD colSpan=3 height=5></TD>
</TR>
<TR>
<TD height=12 vAlign=center><IMG align=top height=12
src="inc1/left.files/left-3.gif" width=12></TD>
<TD height=12> </TD>
<TD height=12 vAlign=bottom><A class=dh01
href="shouzy.asp">收作业</A></TD></TR>
<TR>
<TD colSpan=3 height=5></TD></TR>
<TR>
<TD height=12 vAlign=center><IMG align=top height=12
src="inc1/left.files/left-3.gif" width=12></TD>
<TD height=12> </TD>
<TD height=12 vAlign=bottom><A class=dh01
href="exit.asp" >退出登录</A></TD>
</TR>
</TBODY>
</TABLE>
</td>
</tr>
<tr>
<td height="132"></td>
<td></td>
<td></td>
</tr>
</table>
</td>
<td width="123" height="23"></td>
<td width="342"></td>
<td width="128"></td>
</tr>
<tr>
<td height="330"></td>
<td valign="top">
<FORM action="" method=post name="register">
<table width="100%" border=1 borderColor=#ffffff borderColorDark=#ffffff
borderColorLight=#3399cc cellPadding=0 cellSpacing=0 >
<tr>
<td width="338" height="328" valign="middle" align="center"> <br>
题号:
<input type="text" name="th">
<br>
<br>
答案:
<input type="text" name="tmda">
<br>
<br>
题目内容:
<textarea name="tmlr" cols="25" rows="10"></textarea>
<br>
<br>
<input type="button" name="Submit" value="添加试题" style="position: relative; color: #00006A; font-family: 宋体; font-size: 9pt; height: 19" onClick="check()">
</td>
</tr>
</table>
</form>
</td>
<td></td>
</tr>
<tr>
<td height="25"></td>
<td></td>
<td></td>
</tr>
</table>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" >
<tr>
<td width="776" height="5" bgcolor="#0066CC" ></td>
</tr>
<tr>
<td width="776" height="46" valign="middle" align="center">远程教育网2008版权所有</td>
</tr>
</table>
</body>
</html>
<%function encodestr(str)
str=trim(str)
str=replace(str,"<","<")
str=replace(str,">",">")
str=replace(str,"'","""")
str=replace(str,vbCrLf&vbCrlf,"</p><p>")
str=replace(str,vbCrLf,"<br>")
str=Replace(str,"&#","&#")
encodestr=replace(str," "," ")
end function
th=request("th")
tmlr=encodestr(request("tmlr"))
tmda=request("tmda")
if tmlr="" then response.end
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from tk"
rs.open sql,conn,3,3
rs.addnew
rs("th")=th
rs("tmlr")=tmlr
rs("tmda")=tmda
rs("date")=now()
rs.update
rs.close
conn.close
set conn=nothing
response.write"<SCRIPT language=JavaScript>alert('试题添加成功!');"
response.write"this.location.href='tjtk.asp';</SCRIPT>"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -