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

📄 add_ad2.asp

📁 动力商业广告Sql版本全方位的WEB开发学习应用交流共享服务
💻 ASP
字号:
<!--#include file="../../inc/verify_user.inc" -->
<!--#include file="../../inc/conn.inc" -->


<%
Set rs = Server.CreateObject("ADODB.Recordset")

sql="select * from user_role where userid=" + cstr(session("userid")) + " and group_id=" + request("group_id")
rs.open sql,conn,0,1
if rs.eof then
	result=0
		else
				if instr(rs("role_property"),"a")<>0 then
					result=1
						else
							result=0
				end if
end if
rs.close
set rs=nothing
conn.close
set conn=nothing

if instr(session("global_access"),"F")<>0 then result=1
%>


<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../../css/ads.css" type="text/css">
</head>


<body bgcolor="#FFFFFF" text="#000000">
<!--#include file="../../inc/top.inc" -->
<p>&nbsp;</p>

<% if result=1 then %>
<p><b><img src="../../images/iico.gif" width="15" height="15" align="absmiddle"> 
<span class="px14">请选择广告形式:</span></b></p>
<form method="post" action="redirect_add_ad.asp" class="px14" name="">
<p>
<input type="radio" name="interface_type" value="1" checked>
普通图形广告 
<input type="radio" name="interface_type" value="2">
FLASH广告</p>
<p> 
<input type="submit" name="Submit" value="下一步">
<input type="hidden" name="group_id" value="<%=request("group_id")%>">
</p>
</form>
<% else %>
<table width="321" border="0" cellspacing="1" cellpadding="2">
<tr>
<td class="px14"><b><font color="#FF0000">权限不足,无法进行此操作!</font></b></td>
</tr>
</table>

<% end if %>



<p>&nbsp;</p>
<p>&nbsp;</p>
<!--#include file="../../inc/bottom.inc" -->

</body>
</html>

⌨️ 快捷键说明

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