add_mail.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:3k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="add_mail.aspx.cs" Inherits="web_mail_add_mail" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- <link href="../../css/style.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" language="javascript">
- function selectEmployee()
- {
- var url = "../personnel/curricula_vitae/employee_select_index.aspx";
- var features = "width=1010,height=710,top=0,left=0,location=no,toolbar=no,status=no,resizable=yes,scrollbars=yes";
- var employee = open(url, 'selectDepartment', features);
- employee.focus();
- }
- </script>
- </head>
- <body>
- <form id="form1" runat="server">
- <center>
- <div>
- <br /><asp:Panel style="POSITION: relative; left: 3px; top: -3px;" id="PnlFw" runat="server" Width="664px" BorderStyle="Groove" Height="515px"><table style="width:650px; position: relative" bgcolor="#dcd5cf">
- <tr>
- <td align="left" colspan="2">
- <asp:Button ID="BtnOk" runat="server" Text="傳送" OnClick="btnOK_Click"/>
- <asp:Button ID="BtnReceiver2" runat="server" Text="收件人" OnClientClick="selectEmployee()" />
- <hr />
- </td>
- </tr>
- <tr>
- <td valign="middle" style="width: 122px">
- <asp:LinkButton ID="BtnReceiver" runat="server" OnClientClick="selectEmployee()">收件人</asp:LinkButton>
- </td>
- <td align="left" valign="top" style="width: 655px">
- <asp:TextBox ID="TxtEmployees" runat="server" ReadOnly="True" Style="position: relative"
- TextMode="MultiLine" Width="600px"></asp:TextBox></td>
- </tr>
- <tr>
- <td valign="middle" style="width: 122px">
- 主旨</td>
- <td align="left" valign="top" style="width: 655px">
- <asp:TextBox ID="TxtTitle" runat="server" Style="position: relative" Width="600px"></asp:TextBox></td>
- </tr>
- <tr>
- <td valign="middle" style="width: 122px">
- 附件</td>
- <td align="left" valign="top" style="width: 655px">
- <asp:FileUpload ID="FileUpload1" runat="server" Style="position: relative" Width="600px" /></td>
- </tr>
- <tr>
- <td colspan="2" valign="middle">
- <asp:TextBox ID="TxtContent" runat="server" Rows="20" TextMode="MultiLine" Width="650px"></asp:TextBox>
- </td>
- </tr>
- </table>
- <asp:HiddenField ID="Employee_ids" runat="server" />
- <asp:HiddenField ID="ContentLength" runat="server" />
- <br />
- </asp:Panel>
- </div>
- </center>
- </form>
- </body>
- </html>