WebForm2.aspx
上传用户:tree100901
上传日期:2007-06-03
资源大小:2295k
文件大小:2k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="WebForm2.aspx.cs" AutoEventWireup="false" validateRequest=false  Inherits="oa.WebForm2" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>WebForm2</title>
  6. <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. </HEAD>
  11. <body MS_POSITIONING="FlowLayout">
  12. <form id="Form1" method="post" runat="server">
  13. <FONT face="宋体">收件人:
  14. <asp:TextBox id="ID_Recipient" runat="server" width="500"></asp:TextBox>(可以用“,”分隔最多五人)<BR>
  15. 标&nbsp; 题:
  16. <asp:TextBox id="ID_Subject" runat="server" width="500">您从Lion互动网络发来的文章资料</asp:TextBox><BR>
  17. 优先级:
  18. <asp:DropDownList id="ID_Priority" runat="server">
  19. <asp:ListItem Value="1">High</asp:ListItem>
  20. <asp:ListItem Value="3">Normal</asp:ListItem>
  21. <asp:ListItem Value="5">Low</asp:ListItem>
  22. </asp:DropDownList><BR>
  23. HTML邮件
  24. <asp:DropDownList id="ID_Html" runat="server">
  25. <asp:ListItem Value="True">True</asp:ListItem>
  26. <asp:ListItem Value="False">False</asp:ListItem>
  27. </asp:DropDownList><BR>
  28. 内&nbsp; 容:
  29. <asp:TextBox id="ID_Body" runat="server" TextMode="MultiLine" Rows="10" Columns="80">&lt;b&gt;Lion互动网络读者&lt;/b&gt;</asp:TextBox><BR>
  30. <asp:Button id="ID_Send" runat="server" Text="Send Mail"></asp:Button></FONT></form>
  31. </body>
  32. </HTML>