?? unpassit.asp
字號:
<!--#include file="conn.inc"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建網頁 1</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<%
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 + -