M@D$

Active member
  • Jul 28, 2007
    3,884
    18
    38
    arehe!
    <html>
    <head>
    <script type="text/javascript">
    function show_alert()
    {
    alert("modaya !");
    }
    </script>
    </head>
    <body>

    <input type="button" onclick="show_alert()" value="Click Me " />

    </body>
    </html>