📄 saveafterexam.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.style1 {font-size: 18px}
-->
</style>
<!--#include file="conn.inc"-->
<%
ksmtj=trim(request("jklskcjl"))
sql="select * from paper_monitor_info"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3,2
rs.addnew
'增加新的科目
rs("FeedbackInfo")=ksmtj
rs.update
%>
</head>
<body>
<center>
<table cellspacing="0" style="border-collapse: collapse" bordercolor="#336699" width="480" id="AutoNumber2" cellpadding="0" border="1">
<tr>
<td width="100%" height="25" bgcolor="#6699CC"><b> <font color="#FFFFFF"> 操作成功</font></b></td>
</tr>
<tr>
<td width="100%" height="160" bgcolor="#EFEFEF"><p align="center" class="style1">考后登记信息提交成功</td>
</tr>
<tr>
<td width="100%" height="25" bgcolor="#6699CC"><p align="center">
<input type="button" value="返回" name="B3" class="s02" onclick="window.location='news.asp'">
</td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -