showModalDialog 전송 값

1811 단어 showModalDialog
 var str="selectbusinessunit.aspx?unitid="+unitid.value;
    
    function selectunit() {

            var unitid = $("#txtBunitid");

            var str = "WebForm1.aspx?unitid=" + unitid.value;

            var result = window.showModalDialog(str, '', 'dialogWidth=35;dialogHeight=31;resizable=no;scroll=no;status=no');

            if (result != null && result != "")// 

            {

 

                var name = result.split('|')[0];

                var id = result.split('|')[1];

                $("#tb_departID").val(name);

                $("#txtBunitid").val(id);

 

            }

        }



var result= window.showModalDialog(str,'','dialogWidth=35;dialogHeight=31;resizable=no;scroll=no;status=no');

     <html xmlns="http://www.w3.org/1999/xhtml">
var returnValue = ""; function SelectProduct() { var products = document.getElementsByName("product"); for (var i = 0; i < products.length; i++) { if (products[i].checked == true) { returnValue += products[i].value; } } window.returnValue = returnValue; alert(window.returnValue); window.close(); }
중화인민공화국
input name='product'id='Checkbox2'type='checkbox'value='중국'/>중국
input name='product'id='Checkbox3'type='checkbox2'value='연합 국가/> 유엔

좋은 웹페이지 즐겨찾기