⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admincreatepaperedit3.asp

📁 网络考试系统最终备份
💻 ASP
字号:
<!--#include file="conn.inc"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改成功</title>
<style type="text/css">
<!--
.style1 {
	font-size: 16px;
	color: #FF0000;
}
-->
</style>
</head>

<body>
<table width="958" border="1">
  <tr>
    <td width="80"><img src="images/3.jpg" width="80" height="30"></td>
    <td width="862">&nbsp;</td>
  </tr>
</table>


<%
vquestionID=session("v_QID")
vpaperID=session("v_PID")
newquestionID=request("newquestion")
sql="select * from paper_detail where Paper_ID="&vpaperID&" and Que_ID="&vquestionID&""
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3,2
rs("Que_ID")=newquestionID
rs.update
rs.close
%>


<p> </p>
<p> </p>
<div align="center">
  <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>&nbsp;<font color="#FFFFFF">操作成功</font></b></td>
    </tr>
    <tr>
      <td width="100%" height="160" bgcolor="#EFEFEF">
      <p align="center" class="style1">祝贺您,已经成功修改所选的试题!</p>
      <p align="center" class="style1">按下返回按钮返回制卷页面!</p></td>
    </tr>
    <tr>
      <td width="100%" height="25" bgcolor="#6699CC">
      <p align="center">
      <input type="button" value=" 返 回 " name="B3" class="s02" onclick="window.location='adminpaperview.asp'"></td>
    </tr>
  </table>
  </center>
</div>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -