代码
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MulitiSelect.aspx.cs" Inherits="MulitiSelect" %>

<!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>
    
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><%=ResourceHelper.GetString("IM.SMS.smsMulitiSelect")/*查询人员*/%></title>
    <base target="_self" />
    
    
<style type="text/css">
        select 
        {            
            border:0px;
            width: 290px;
            height:342px;
            position:relative;
            top:
-3px;
            left:
-3px;                   
        }   
        
        .lstContainer 
        {
            position:relative;            
            border:1px solid #7F9DB9;                        
            padding:0px;
            margin:0px;
            width:290px;
            height:338px;
            z
-index:10;
            overflow:hidden;
            margin
-bottom:5px;            
        }     
        
        .selectUnable
        {
            color:#
999;
        }
        
    
</style>
    
</head>
<body>
    
<form id="form1" runat="server" defaultbutton="btnSearch">
        
<div id="content_Select">
            
<TABLE cellSpacing=1 width="100%" cellpadding="0" class="tb_input">
                
<tr>
                    
<td nowrap class="td_title" height="25px" width="12%"><%=ResourceHelper.GetString("IM.SMS.SearchKeyWord")%>
                        
</td>
                    <td>
                        
<input name="Input2" id="Input" style="width: 150px" runat="server" maxlength="20"/>                        
                        <asp:Button ID="btnSearch" runat="server"
                            OnClick
="btnSearch_ServerClick"
                            OnClientClick
="setSelectedReciever();"
                            CssClass
="button"
                            Text
="查询"/>
                    </td>
                </tr>
            </table>
            <TABLE cellSpacing=1 width="100%" cellpadding="0" class="tb_input">
                
<tr>
                    
<td height="10" align="left" valign="top" nowrap="nowrap" class="td_title">
                        
<asp:Literal ID="lblWaitSelect" Text="可选择的人员" runat="server"></asp:Literal>(<label >

 

相关文章:

  • 2022-01-05
  • 2022-12-23
  • 2021-12-10
  • 2021-05-08
  • 2021-12-09
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案