<html> <head> </head> <body> <input type="button" id="message" value="Click Me"/> <script> document.getElementById('message').onclick = ThongBao; function ThongBao(){ alert('Chào bạn ! Chúc bạn ngày mới vui vẻ !'); } </script> </body> </html>