chat.asp

来自「一个聊天室程序.希望大家喜欢」· ASP 代码 · 共 22 行

ASP
22
字号
<!--#include file="config.asp"-->
<%
if session("loginstatus")<>"logined" or session("userid")="" or session("grade")="" then
	response.redirect "index.asp"
end if
%>
<HTML>
<HEAD>
<META HTTP-EQUIV='Content-Type' content='text/html; charset=gb2312'>
<TITLE><%=pagetitle%></TITLE>
<frameset cols='140,*' border=0 frameborder=0 framespacing=0>
<frameset rows='*,90' border=0 frameborder=0 framespacing=0>
<frame src="online.asp?ntime=<%=ntime%>" name='online' marginwidth=8 marginheight=8>
<frame src="refreshpage.asp?ntime=<%=ntime%>" name='refreshpage' marginwidth=8 marginheight=8>
</frameset>
<frameset rows='*,90' border=0 frameborder=0 framespacing=0>
<frame src="main.asp?act=login&ntime=<%=ntime%>" name='main' marginwidth=0 noresize>
<frame src='chatform.asp?ntime=<%=ntime%>' name='chatform' scrolling='no' marginwidth=0 marginheight=0>
</frameset>
</frameset>
</head>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?