在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
http://www.issociate.de/board/post/245473/How_to_call_a_javascript_function_from_a_HTML_button_on_a_user_control.html I have a user control called "Test1" with two button on it ,one is input and the other one is a server control as follow: <input type="button" onClick="this.disabled=true;document.getElementById(btnSend) .click();value="Go!"> <asp:button is undefined which generated from the first line (HTML button).I don;t know how to call click even of server control from the html control.Dose anyone know how to tackle this problem? Thanks a lot |
请发表评论