现在的位置: 首页 > 综合 > 正文

window返回值

2013年08月25日 ⁄ 综合 ⁄ 共 243字 ⁄ 字号 评论关闭

    function getValues() {
          if($("[name='idd'][checked='true']").length!=1){
              alert('未选中任何数据');
              return;
              }
       
        window.returnValue = $("[name='idd'][checked='true']").val();
        window.close();
    }

抱歉!评论已关闭.