入题~~
Response.Write( " <script> window.close(window.opener.document.getElementById( 'iDCID_Box ').value= ' " + iDCIDRadioButtonList.SelectedItem + " '); </script> ");
其中iDCID_Box是使用了母板页的文本框,点击确定后没反应~~~
------解决方案--------------------------------------------------------
用文本框的clientID
------解决方案--------------------------------------------------------
document.getElementById( 'ctl00$ContentPlaceHolder1$iDCID_Box ').value
------解决方案--------------------------------------------------------
你先在页面源码里看看他的id