📄 welcomemy.asp
字号:
<%@ codepage ="936" %>
<%Response.Expires=0
if Application("wsaxhxf_c_chatroomname")="" then Response.Redirect "error.asp?id=000"
if Session("hxf_u_nickname")="" then Response.Redirect "login.asp"
visitor=Application("wsaxhxf_c_visitor")
chatroomname=Application("wsaxhxf_c_chatroomname")
user=Application("wsaxhxf_c_user")
sn=Application("wsaxhxf_c_sn")
copyright=Application("wsaxhxf_c_copyright")
chatroombgimage=Application("wsaxhxf_c_chatroombgimage")
homepageurl=Application("wsaxhxf_c_homepageurl")
opendate=Application("wsaxhxf_c_opendate")
chatroombgcolor=Application("wsaxhxf_c_chatroombgcolor")
logo=Application("wsaxhxf_c_logo")
ver=Application("wsaxhxf_c_ver")
nickname=Session("hxf_u_nickname")%><html>
<head>
<title><%=nickname&" 在 "&chatroomname&" 中"%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="readonly/style.css">
</head>
<body oncontextmenu=self.event.returnValue=false bgcolor=<%=chatroombgcolor%> background=<%=chatroombgimage%>>
<table width=100% border=0 height=100%>
<tr>
<td>
<table width=500 border=1 align=center cellspacing=0 bordercolorlight=000000 bordercolordark=FFFFFF bgcolor=E0E0E0>
<form>
<tr>
<td>
<table border=0 background="readonly/top2.jpg" bgcolor=#009900 cellspacing=0 cellpadding=2 width=497>
<tr>
<td width=482><font color=FFFFFF face=Wingdings>1</font><font color=FFFFFF>个人信息
- <%=chatroomname&" "&ver%></font></td>
<td width=18>
<table border=1 bordercolorlight=666666 bordercolordark=FFFFFF cellpadding=0 bgcolor=E0E0E0 cellspacing=0 width=18>
<tr>
<td width=16><b><a href="relogin.asp" onMouseOver="window.status='';return true" onMouseOut="window.status='';return true" title="退出"><font color="000000">×</font></a></b></td>
</tr>
</table>
</td>
</tr>
</table>
<table width=497 height=330 border=1 cellspacing=0 bgcolor="#FFFFFF">
<tr valign="top">
<td>
<table width="100%" border="0" cellpadding="3">
<tr>
<td width="100" align="center" bgcolor="#DCD8D0"><a href=welcome.asp><font color=black>欢迎页面</font></a></td>
<td align="center" bgcolor="#000000" width="100"><font color=white>个人信息</font></td>
<td width="100" align="center" bgcolor="#DCD8D0"><a href=welcomefq.asp><font color=black>聊友查询</font></a></td>
<td width="100" align="center" bgcolor="#DCD8D0"><a href=welcomegb.asp><font color=black>查看留言</font></a></td>
<td width="100" bgcolor="#DCD8D0" align="center"><a href=welcomeph.asp><font color=black>聊神排行</font></a></td>
<td width="100" bgcolor="#DCD8D0" align="center"><a href="<%=Application("wsaxhxf_c_bbsurl")%>" target="_blank"><font color="#FF0000">配套论坛</font></a></td>
</tr>
</table>
<table width="100%" border="1" height="312" cellspacing="0" bordercolorlight="#000000" bordercolordark="#FFFFFF" bgcolor="#DCD8D0" cellpadding="5">
<tr valign="middle" align="center">
<td>
<iframe name="gb" frameborder="1" scrolling="yes" src="myinfo.asp" height="280" width="470"></iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width=100% border=0 cellspacing=0>
<tr>
<td>
<input type="text" name="user" readonly value="<%=user%>" size="35" style="background-color:DCD8D0">
</td>
<td>
<input type="text" name="sn" readonly value="SN:<%=sn%>" size="19" style="background-color:DCD8D0">
</td>
<td align="right">
<input type="text" name="copyright" readonly value="<%=copyright%>" size="22" style="background-color:DCD8D0">
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -