price_del.asp
来自「新闻发布系统」· ASP 代码 · 共 58 行
ASP
58 行
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file=config.asp -->
<!--#include file="check.asp"-->
<html><head>
<meta http-equiv=Content-Language content=zh-cn>
<meta http-equiv=Content-Type content=text/html; charset=gb2312>
<meta http-equiv=Pragma content=no-cache>
<link href=../Fsmanage/css/css.css rel=STYLESHEET type=text/css>
<title>广告发布管理系统</title>
<base target=_top>
</head><body marginwidth=0 marginheight=0>
<%
dim ID
dim price
ID = Request("ID")
price=request("price")
%>
<table width="75%" border="0" align="center" cellpadding="0" cellspacing="0" ">
<tr>
<td valign=top width="0%"></td>
<td width="100%" align=center valign=top><form action=price_del_ok.asp method=post target="_self">
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#7ED3A7" >
<tr>
<td width="100%" height="22" align=center bgcolor="#EBE4E2"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="../Fsmanage/images/bg1.gif">
<tr>
<td height="26"> <div align="center"><b>删 除 广 告 位 种 类 确 认</b></div></td>
</tr>
</table>
</td>
</tr>
<input type="hidden" name="price" value="<%=price%>">
<tr>
<td width="100%" align=center bgcolor="#F7FFF4">
<p> </p>
<p>删除广告位种类:[ <%=price%> ]?<font color=red><br>
<BR>
(此操作将一起删除相应的所有广告设置!并且删除后将无法恢复!)</font></p>
<p> </p>
</td>
</tr>
<tr>
<td width="100%" height="25"align=center bgcolor="#F7FFF4" >
<input type=submit value=" 是 " name="alert_button">
<input type=submit value=" 否 " name="alert_button">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<%set adsrs=nothing
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?