📄 userxx.asp
字号:
<%
if request("logout")="yes" then
application.lock
for i=20 to 2 step -1
j=i-1
application("msg"&i)=application("msg"&j)
next
chattime="["&time&"] "
chat="<img src='"&session("userimg")&"' width=30 height=30>: <font color='" & session("usercolor")&"'>"&session("username") & "说:"&"<b>对不起!</b>"&"我要离开了,bye!bye!"&"<img src='image1/6.gif' height=30 width=30>"&chattime&"</font>"
application("msg1")=chat
application.unlock
%>
<script language="vbscript">
parent.window.close
</script>
<% end if %>
<html><title>标题窗口</title>
<body bgcolor="snow" text="silver">
<p align="right">
<font color="#ff0000" size="+3" face="华文行楷">
<a href="userxx.asp?logout=yes">
<img src="image1/7.gif" border="0" align="right" width="36" height="34"></a>
<img src="image1/01.jpg" width="340" height="85" align="top"></font>
<img src=image1/6.gif width="90" height="90" align="top"><%=session("username")%>----于<%=now()%>进入。</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -