<html> <head> <script> function commandClicked(){ alert("Buyruk t�kland�!"); } </script> </head> <body > <h1>JavaScript T�klama</h1> <form> <input type="button" value="D��meye Bas" onclick="commandClicked()"></input><br/> <br/> <a href="#" onclick="commandClicked()">Ba�a Bas</a> </form> </body> </html>Dosyayı İndir