userxx.asp
来自「是一相当简单的聊天窒 ,可以简单的聊天,聊天窒,那就下吧」· ASP 代码 · 共 27 行
ASP
27 行
<%
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 + =
减小字号Ctrl + -
显示快捷键?