📄 if_3_2.asp
字号:
<!--#include file="conn.asp" -->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>您的基本设置已经完成</title>
<style type="text/css">
<!--
body,table {font-size: 9pt; font-family: 宋体}
input { font-size: 9pt; color: #000000; padding-top: 3px}
.c { font-family: 宋体; font-size: 9pt; font-style: normal; line-height: 12pt; font-weight: normal; font-variant: normal; text-decoration: none}
--></style>
</head>
<body>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from mclass where mclass_id="&session("mclass")&""
rs.Open sql,conn,1,3
if rs.eof or rs.bof then
response.write "<p align='center'>该用户已注册过!</p>"
else
rs("if")="0"
rs.Update
rs.close
set rs=nothing
conn.close
set conn=nothing
end if
%>
<br>
<p> </p>
<p align="center">您的基本设置已经完成,请选择您的下一步操作!</p>
<%if session("quanxian")=3 then%><div align="center">
<table border="0" cellspacing="1" cellpadding="0" width="396" height="176" bgcolor="#FFFFFF" style="font-size: 9pt; font-family: 宋体" id="table1">
<tr>
<td height="88" bgcolor="#FFFFFF" width="132" align="center">
<font color="#000000">
<a target="_top" href="guanli.asp">
<span style="text-decoration: none">
<font color="#000000">
<img border="0" src="images/ico/6.gif" width="32" height="32"><br>
进入首页</font></span></a></font></td>
<td height="88" bgcolor="#FFFFFF" width="132" align="center">
<a href="gtitle.asp"><font color="#000000">
<span style="text-decoration: none">
<img border="0" src="images/ico/4.gif" width="32" height="32"><br>
管理分类</span></font></a></td>
<td height="88" bgcolor="#FFFFFF" width="132" align="center">
<a href="step2.asp?mclass=<%=session("dd")%>"><font color="#000000">
<span style="text-decoration: none">
<img border="0" src="images/ico/1.gif" width="32" height="32"><br>
添加客户</span></font></a></td>
</tr>
<tr>
<td height="88" bgcolor="#FFFFFF" width="132" align="center">
<a href="reg.asp"><font color="#000000"><span style="text-decoration: none">
<img border="0" src="images/ico/5.gif" width="25" height="29"><br>
我的资料</span></font></a></td>
<td height="88" bgcolor="#FFFFFF" width="132" align="center">
<a href="system_userlist.asp?mclass=<%=session("dd")%>">
<font color="#000000"><span style="text-decoration: none">
<img border="0" src="images/ico/2.gif" width="32" height="32"><br>
管理用户</span></font></a></td>
<td height="88" bgcolor="#FFFFFF" width="132" align="center">
<a href="system.asp?mclass=<%=session("dd")%>"><font color="#000000">
<span style="text-decoration: none">
<img border="0" src="images/ico/3.gif" width="32" height="32"><br>
系统设置</span></font></a></td>
</tr>
</table><%end if%>
</div>
<%if session("quanxian")=2 then%>
<div align="center">
<table border="0" cellspacing="1" cellpadding="0" width="<%if session("chayue")="0" then %>528<%else%>396<%end if%>" height="88" bgcolor="#FFFFFF" style="font-size: 9pt; font-family: 宋体" id="table2">
<tr>
<td height="83" bgcolor="#FFFFFF" width="132" align="center">
<font color="#000000">
<a target="_top" href="guanli.asp">
<span style="text-decoration: none">
<font color="#000000">
<img border="0" src="images/ico/6.gif" width="32" height="32"><br>
进入首页</font></span></a></font></td>
<%if session("chayue")="0" then %>
<td height="83" bgcolor="#FFFFFF" width="132" align="center">
<a href="gtitle.asp"><font color="#000000">
<span style="text-decoration: none">
<img border="0" src="images/ico/4.gif" width="32" height="32"><br>
管理分类</span></font></a></td><%end if%>
<td height="83" bgcolor="#FFFFFF" width="132" align="center">
<a href="step2.asp?mclass=<%=session("dd")%>"><font color="#000000">
<span style="text-decoration: none">
<img border="0" src="images/ico/1.gif" width="32" height="32"><br>
添加客户</span></font></a></td>
<td height="83" bgcolor="#FFFFFF" width="132" align="center">
<a href="reg.asp"><font color="#000000"><span style="text-decoration: none">
<img border="0" src="images/ico/5.gif" width="25" height="29"><br>
我的资料</span></font></a></td>
</tr>
</table>
</div><%end if%>
<%if session("quanxian")=1 then%>
<div align="center">
<table border="0" cellspacing="1" cellpadding="0" width="396" height="88" bgcolor="#FFFFFF" style="font-size: 9pt; font-family: 宋体" id="table3">
<tr>
<td height="48" bgcolor="#FFFFFF" width="132" align="center">
<font color="#000000">
<a target="_top" href="guanli.asp">
<span style="text-decoration: none">
<font color="#000000">
<img border="0" src="images/ico/6.gif" width="32" height="32"><br>
进入首页</font></span></a></font></td>
<td height="48" bgcolor="#FFFFFF" width="138" align="center">
<a href="reg.asp"><font color="#000000"><span style="text-decoration: none">
<img border="0" src="images/ico/5.gif" width="25" height="29"><br>
我的资料</span></font></a></td>
<td height="48" bgcolor="#FFFFFF" width="132" align="center">
<font color="#000000">
<a target="_top" href="loginout.asp">
<span style="text-decoration: none">
<font color="#000000">
<img border="0" src="images/ico/7.gif" width="32" height="32"><br>
退出系统</font></span></a></font></td>
</tr>
</table>
</div><%end if%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -