SelectUserForm.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:3k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SelectUserForm.aspx.cs" Inherits="SelectForm_SelectUserForm" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head id="Head1" runat="server">
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6.     <title>选择人员</title>
  7. </head>
  8. <script>
  9. function RtValue(rtstr)
  10. {
  11. window.returnValue=rtstr;
  12. window.close()
  13. }
  14.  
  15. </script>
  16. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  17. <form runat="server" id="fm1">
  18.     <table border="0" cellpadding="0" cellspacing="0" style="width: 471px; height: 407px;" >
  19.         <tr>
  20.             <td style="width: 11px" valign="top">
  21.             <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  22.         border="0" style="height: 411px">
  23.                 <tr>
  24.                     <th colspan="3" style="height: 25px">
  25.                         部门结构</th>
  26.                 </tr>
  27.                 <tr>
  28.                     <td class="usertablerow2" align="left" style="width: 153px; height: 279px;">
  29.                        <DIV style="OVERFLOW: auto; width:184px;  HEIGHT: 373px; " id="MyOutDiv"    align=left>
  30.                            <asp:TreeView ID="TreeView1" runat="server" Width="158px">
  31.                                <Nodes>
  32.                                    <asp:TreeNode Text="技术公司" Value="技术公司" Target="content3">
  33.                                        <asp:TreeNode Text="技术开发" Value="技术开发"></asp:TreeNode>
  34.                                        <asp:TreeNode Text="技术保证" Value="技术保证"></asp:TreeNode>
  35.                                        <asp:TreeNode Text="客户服务" Value="客户服务"></asp:TreeNode>
  36.                                    </asp:TreeNode>
  37.                                    <asp:TreeNode Text="运营公司1" Value="运营公司1"></asp:TreeNode>
  38.                                    <asp:TreeNode Text="运输部1" Value="运输部1"></asp:TreeNode>
  39.                                    <asp:TreeNode Text="后勤公司1" Value="后勤公司1"></asp:TreeNode>
  40.                                              <asp:TreeNode Text="运营公司2" Value="&quot;&quot;运营公司&quot;2&quot;2"></asp:TreeNode>
  41.                                    <asp:TreeNode Text="运输部2" Value="运输部2"></asp:TreeNode>
  42.                         
  43.                                </Nodes>
  44.                 </asp:TreeView>
  45.                 </DIV>
  46.                 </td>
  47.            
  48.             
  49.                 </tr>
  50.             </table>
  51.            
  52.             </td>
  53.             <td style="width: 5px " valign="top">
  54.            
  55.              </td>
  56.            
  57.              <td style="width: 100%" valign="top">  
  58.               
  59.                     <iframe name="content3" src="SelectUserFormData.aspx" frameborder="0" style="width: 261px; height: 421px"></iframe>
  60.                 
  61.          
  62.                </td>
  63.         </tr>
  64.     </table>
  65.     <br>
  66.     </form>
  67.     
  68. </body>
  69. </html>