JavaScript İle Fonksiyon İşlemleri


	
<html>
<head>
  <script language="JavaScript">
  <!-- Eski alıcılardan scripti saklamak için
     function dugmebas() {
       alert("Selam!");
  }
 // Yorum komutunun kapanması -->
 </script>
</head>
<body>
<form>
  <input type="button" name="Button1" value="Buraya Tıklayın" onclick="dugmebas()">
  </form>
</body>
</html>

Be the first to comment

Leave a Reply

Your email address will not be published.


*