?? login_yes.asp
字號:
<td height="36" style="border-bottom:1px solid #D4D4D4; border-left:1px solid #D4D4D4; border-right:1px solid #D4D4D4; border-top-width: 1px; " bgcolor="#FEFBF4">
<div align="center">
<table border="0" width="193" cellspacing="0" cellpadding="0" id="table7" height="128">
<tr>
<td height="61" width="193" colspan="3"> 歡迎<%
if session("user")="1" then response.write"個人用戶"
if session("user")="2" then response.write"企業用戶"
%><font color="#FF0000"><%=session("ac")%></font>進入<%=webname%>,請在下面進行您的操作。</td>
</tr>
<tr>
<td height="40" width="25" align="right">
<img border="0" src="images/menu.gif" width="10" height="10"></td>
<td height="40" width="6" align="right"> </td>
<td height="40" width="162">
<a href="control.asp"><b>進入會員中心</b></a></td>
</tr>
<tr>
<td height="40" width="25" align="right">
<img border="0" src="images/menu.gif" width="10" height="10"></td>
<td height="40" width="6" align="right"> </td>
<td height="40" width="162">
<b>
<%
sql="select id from message where ttype='"&session("user")&"' and tid="&session("id")&" and new=1"
rs.open sql,conn,1,1
%>
<a href="message.asp">消息管理</a></b> (<font color="#FF0000"><%=rs.recordcount%></font>條新信息)</td>
<%
if rs.recordcount<>0 then response.write "<bgsound src='images/mail.wav' loop='1'>"
rs.close
%>
</tr>
<tr>
<td height="40" width="25" align="right">
<img border="0" src="images/menu.gif" width="10" height="10"></td>
<td height="40" width="6" align="right"> </td>
<td height="40" width="162">
<b>
<a href="exit.asp">退出登錄</a></b></td>
</tr>
</table>
</div>
</td>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -