📄 index.aspx
字号:
<%@ Page language="c#" Codebehind="index.aspx.cs" AutoEventWireup="false" Inherits="chat.index" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<HTML>
<HEAD>
<TITLE>
<% =ConfigurationSettings.AppSettings["chatname"] %>
</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<SCRIPT language="JavaScript">
var nstormchat_username=<asp:literal id="username" runat="server"></asp:literal>;
var nstormchat_memeber=new Array(<asp:literal id="memberlist" runat="server"></asp:literal>);
var nstormchat_userid=<asp:literal id="userid" runat="server"></asp:literal>;
var nstormchat_userface=<asp:literal id="userface" runat="server"></asp:literal>;
var nstormchat_usersex=<asp:literal id="usersex" runat="server"></asp:literal>;
var nstormchat_toname="大家";
var nstormchat_toid="大家";
var nstormchat_toface="head1.gif";
function ChatUnload()
{
window.open('exit.aspx','close','menubar=0,toolbar=0,location=no,status=no,directories=0,scrollbars=0,resizable=no,width=1,height=1');
}
</SCRIPT>
</HEAD>
<frameset frameSpacing="0" rows="*,0" frameBorder="0" onunload="ChatUnload()">
<frameset border="0" frameSpacing="0" rows="*,60" frameBorder="0">
<FRAMESET border="0" cols="*,150">
<FRAMESET rows="60,*">
<FRAME id="top1" name="top1" src="top.htm" frameBorder="no" noResize scrolling="no" height="40">
<FRAME id="show1" name="show1" src="about:blank" scrolling="auto">
</FRAMESET>
<frame id="member1" name="member1" marginWidth="0" marginHeight="0" src="about:blank" noResize scrolling="auto">
</FRAMESET>
<frame id="send" name="send" marginWidth="0" marginHeight="0" src="about:blank" noResize scrolling="no">
</frameset>
<frameset cols="*,*,*,*,*">
<frame id="h1" name="h1" src="about:blank">
<frame id="h2" name="h2" src="about:blank">
<frame id="h3" name="h3" src="about:blank">
<frame id="h4" name="h4" src="about:blank">
<frame id="h0" name="h0" src="system.htm">
</frameset>
<noframes>
<body>
<p>聊天室使用了框架,但您的浏览器不支持框架。请使用IE6.0!</p>
</body>
</noframes>
</frameset>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -