WebForm2.aspx
资源名称:OA_at.rar [点击查看]
上传用户:tree100901
上传日期:2007-06-03
资源大小:2295k
文件大小:2k
源码类别:
OA系统
开发平台:
C#
- <%@ Page language="c#" Codebehind="WebForm2.aspx.cs" AutoEventWireup="false" validateRequest=false Inherits="oa.WebForm2" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>WebForm2</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 MS_POSITIONING="FlowLayout">
- <form id="Form1" method="post" runat="server">
- <FONT face="宋体">收件人:
- <asp:TextBox id="ID_Recipient" runat="server" width="500"></asp:TextBox>(可以用“,”分隔最多五人)<BR>
- 标 题:
- <asp:TextBox id="ID_Subject" runat="server" width="500">您从Lion互动网络发来的文章资料</asp:TextBox><BR>
- 优先级:
- <asp:DropDownList id="ID_Priority" runat="server">
- <asp:ListItem Value="1">High</asp:ListItem>
- <asp:ListItem Value="3">Normal</asp:ListItem>
- <asp:ListItem Value="5">Low</asp:ListItem>
- </asp:DropDownList><BR>
- HTML邮件
- <asp:DropDownList id="ID_Html" runat="server">
- <asp:ListItem Value="True">True</asp:ListItem>
- <asp:ListItem Value="False">False</asp:ListItem>
- </asp:DropDownList><BR>
- 内 容:
- <asp:TextBox id="ID_Body" runat="server" TextMode="MultiLine" Rows="10" Columns="80"><b>Lion互动网络读者</b></asp:TextBox><BR>
- <asp:Button id="ID_Send" runat="server" Text="Send Mail"></asp:Button></FONT></form>
- </body>
- </HTML>