📄 unpassit.asp
字号:
<!--#include file="conn.inc"-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<%
set rs=server.createobject("adodb.recordset")
if request("objname")="考试计划" then
sql="select * from waitforpass where objid="& request("objid")
rs.open sql,conn,3,2
rs("havepass")=2
rs.update
rs.close
%>
<p><br>
<br>
</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> <font color="#FFFFFF">操作成功</font></b></td>
</tr>
<tr>
<td width="100%" height="160" bgcolor="#EFEFEF">
<p align="center"><font size="2">祝贺您,已经成功作废考试计划!</font></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>
</div>
<%
end if
if request("objname")="新闻" then
sql="select * from waitforpass where objid="& request("objid")
rs.open sql,conn,3,2
rs("havepass")=2
rs.update
rs.close
%>
<p><br>
<br>
</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> <font color="#FFFFFF">操作成功</font></b></td>
</tr>
<tr>
<td width="100%" height="160" bgcolor="#EFEFEF">
<p align="center"><font size="2">祝贺您,已经成功作废新闻!</font></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>
</div>
<%end if%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -