(002)dom_html事件处理程序

<html>
    <head>
    </head>
    <body>
        <div id="box">
            <input type="button" value="button" id="btn" onclick="showMsg()">
        </div>
        <script type="text/javascript">
            function showMsg() {
                alert("hello");
            }
        </script>
    </body>
</html>

 

posted @ 2015-02-08 11:20  雪中飞雁  阅读(62)  评论(0)    收藏  举报