62,244
社区成员




//js写法
function UltraWebGrid_New() {
var str = ???;//获取checkbox选中的值
var returnvalue = window.showModalDialog("另一页面?checkboxvalue=" + str , "newwindow", "dialogWidth=850px;dialogHeight=610px;center=yes;resizable=no;status=no;scroll=no");//传到另一个页面
}
<asp:Button ID="BtnCancel" runat="server" Text="取消"
OnClientClick="UltraWebGrid_New(); return false;" />