UpdatePanel 更新后JS调用UpdatePanel外控件

    <script>
        
        function EndRequestHandler(sender, args) {
            if ($get("hfOPSel").value == "1")
                document.getElementById("Btn_srch").click();
        }

        Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
    </script>



参考:http://msdn.microsoft.com/zh-cn/library/bb383810.aspx

你可能感兴趣的:(function)