?? deletejob.asp
字號:
<!--#include file="../dbconn.asp"-->
<%
sql="delete job where jobid='" & Request("jobid") & "'"
set Rs=conn.Execute(sql)
%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/cdol.css">
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<title>刪除招聘信息</title>
</head>
<body topmargin=0 marginheight=0 bgColor=#E6E5B8 text="#383098">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table border="0" width="100%">
<tr>
<td width="100%"><%Response.Write "<center>這條招聘信息已經被刪除。<p>" %>
</td>
</tr>
</table>
<p> </p>
<p> </p>
<p align="center"><a href="javascript:onClick= window.close()">關閉窗口</a></p>
<%Conn.Close
Set Conn = Nothing %>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -