⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 message.aspx

📁 通过asp.net实现普通的聊天工具 内容比较简单
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="message.aspx.cs" AutoEventWireup="false" Inherits="liaotian.message" ValidateRequest="false" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>message</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" style="WIDTH: 536px; HEIGHT: 80px" cellSpacing="1" cellPadding="1" width="536"
					border="0">
					<TR>
						<TD style="WIDTH: 53px; HEIGHT: 38px">对:</TD>
						<TD style="WIDTH: 53px; HEIGHT: 38px"><asp:dropdownlist id="ddlUserList" runat="server" Width="127px"></asp:dropdownlist></TD>
						<TD style="WIDTH: 113px; HEIGHT: 38px">说</TD>
						<TD style="WIDTH: 130px; HEIGHT: 38px" colSpan="2"><asp:textbox id="txtContent" runat="server" Width="209px"></asp:textbox></TD>
						<TD style="WIDTH: 48px; HEIGHT: 38px"><asp:button id="btnSend" runat="server" Text="确定"></asp:button></TD>
						<TD style="WIDTH: 161px; HEIGHT: 38px" colSpan="2"><asp:checkbox id="ckbPrivate" runat="server" Text="私聊"></asp:checkbox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 53px"></TD>
						<TD style="WIDTH: 53px"></TD>
						<TD style="WIDTH: 113px">
							<P>表情</P>
						</TD>
						<TD style="WIDTH: 263px" colSpan="3">
							<asp:RadioButtonList id="rblFace" runat="server" CellPadding="0" CellSpacing="0" RepeatDirection="Horizontal">
								<asp:ListItem>&lt;img id='picture' src='Image/11002.ico'&gt;</asp:ListItem>
								<asp:ListItem>&lt;img id='picture1' src='Image/10019.ico'&gt;</asp:ListItem>
							</asp:RadioButtonList></TD>
						<TD>
							<asp:DropDownList ID="PicList" Runat="server" Width="80px"></asp:DropDownList>
						</TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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