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

📄 user.asp

📁 图文管理。1,新闻动态 2,网址导航(含有60个著名设计网址) 3,图片展示 4,会员注册管理等
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="sub/config.asp"-->
<!--#include file="sub/conn.asp"-->
<!--#include file="sub/inc.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

<title><%=SiteName%>--设计会员</title>
<link href="img/dex.css" rel="stylesheet" type="text/css" />
<link href="img/dex2.css" rel="stylesheet" type="text/css" />

</head>
<body>
<!--TOP-->
<!--#include file="top.asp"-->
<!--TOP END-->
<div  id="box"><div id="boxleft">
    <div id="userlogin">
			       <% '当用户在线不显示登录表单
if session("userlogin")="" then
   call userlogin()
   else 
   dim userid,rs,sql
  userid = Session("id")
  set rs=server.createobject("adodb.recordset")   '创建纪录集
  sql="select * from ax_user where id="&userid&" " '查找用户信息
  rs.open sql,cn,1,2
  %>
   <table width="175" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="20" colspan="2">尊敬的<%=rs("name")%>您好!</td>
  </tr>
    <tr>
    <td height="10" colspan="2"></td>
  </tr>
  <tr>
    <td width="90" height="20" class="xuxian"><a href="userinfo.asp">信息修改</a></td>
    <td height="20" class="xuxian" ><a href="userunion.asp">登记工作室</a></td>
  </tr>
  <tr>
    <td height="20" class="xuxian"><a href="gbook.asp">在线留言</a></td>
    <td height="20" class="xuxian"><a href="upworks.asp">上传作品</a></td>
  </tr>
  <tr>
    <td height="20" class="xuxian"><a href="link.asp">友情链接</a></td>
    <td height="20" class="xuxian"><a href="userout.asp">安全退出</a></td>
  </tr>
  <tr>
    <td height="20" class="xuxian">&nbsp;</td>
    <td height="20" class="xuxian">&nbsp;</td>
  </tr>
</table>
   <% end if%>
  
		</div>
	 <!--会员登陆结束-->
<div id="wsearch">
	<% call websearch() %>
  </div></div>
	<!--全站搜索结束-->
	<div id="boxright">
  <div id="unions" align="left">
  <b>本站会员享有的权力:</b>
     <p>&nbsp;</p>
    <p>(1)基本信息修改</p>
      <p>(2)免费登记工作室,可在主页显示</p>
      <p>(3)上传作品展示</p>
</div>
</div>
</div>
<!--#include file="bottom.asp"-->
 </body>
</html>

⌨️ 快捷键说明

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