<div id="downloadPanel" style="position:absolute;top:0px;left:0px;width:230px;z-index:999;padding:6px 2px 6px 10px;border:1px solid gray;display:none;" class="infobar">
<a onclick="hideDownloadPanel();" >关闭</a><br />
<hr />
<table ><tr><td >请选择列表名:</td><td >
    <asp:DropDownList ID="DropDownList1" runat="server">
        <asp:ListItem>11</asp:ListItem>
        <asp:ListItem>111</asp:ListItem>
        <asp:ListItem>33</asp:ListItem>
        <asp:ListItem>22</asp:ListItem>
        <asp:ListItem>44</asp:ListItem>
        <asp:ListItem>55</asp:ListItem>
        <asp:ListItem>66</asp:ListItem>
        <asp:ListItem>77</asp:ListItem>
        <asp:ListItem>88</asp:ListItem>
        <asp:ListItem>99</asp:ListItem>
        <asp:ListItem>100</asp:ListItem>
    </asp:DropDownList>
</td></tr></table><br />
  <hr />
goog<br />
goog<br />
goog<br />
goog<br />
goog<br />
    <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
</div>如上  上面的层是 JS控制的弹出层  我在层上添加了一个Dropdownlist控件 。为何每次我一要选择了。这个层就消失了?