按用户名判断显示 按等级显示 权限判断
作者:cmscn 日期:2006-05-19
<%
if login_username="violetfox" then
response.write"<td width=30 align=center><img src="&joekoe_cms.web_dir_skin&"small/new_f.gif border=0></td><td><a href=forum_recycle.asp>论坛回收站</a></td>"
else
response.write"<a href=forum.asp></a>"
end if
%>
<%
if cstr(login_username)=cstr(web_dim(3)) then
response.write"<td width=30 align=center><img src="&joekoe_cms.web_dir_skin&"small/new_f.gif border=0></td><td><a href=forum_recycle.asp>论坛回收站</a></td>"
else
response.write"<a href=forum.asp></a>"
end if
%>
login_mode="admin"
评论: 6 | 引用: 0 | 查看次数: 1032
发表评论