日期:2014-05-18 浏览次数:20501 次
window.showModalDialog(XXXXX.aspx?id="+sIDs+"&width=180&height=240&type="+sType,'',"dialogWidth=200px;dialogHeight=270px;center:yes;status:off;help:no;scroll:off; ");
<div> <asp:ListBox ID="ListBoxClass" top="30" left="12" Height="240" Width="250" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ListBoxClass_SelectedIndexChanged"> </asp:ListBox> </div> <div> <asp:Button ID="btnMove" runat="server" Text="确定" OnClick="btnMove_Click" /> </div>