欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

asp.Net JS取母板頁控件值的簡單方法

 更新時(shí)間:2013年07月30日 10:33:46   作者:  
這篇文章介紹了asp.Net JS取母板頁控件值的簡單方法,有需要的朋友可以參考一下
復(fù)制代碼 代碼如下:

<script type="text/javascript" language="javascript">
       function Check() {
           var text = parent.document.getElementById('<%=HiddenField1.ClientID %>');  //如有母板頁+pardent. ,普通取值不用加    
           if (confirm("您已運(yùn)輸" + text.value + "臺")) {
               return true;
           }
           else {
               return false;
           }
       } 
   </script>  

相關(guān)文章

最新評論