Alert
<html>
<body>
<script type="text/javascript">
alert("Uyarı Mesajım Alert Komutunu Kullandım."); </script>
</body>
</html> 
Confirm
<html>
<body>
<script type="text/javascript">
confirm("Confirm Komutu Kullanımı"); </script>
</body>
</html>

Prompt
<html>
<body>
<script type="text/javascript">
ad=prompt("Adınızı Giriniz");
document.write("Hoşgeldin " + ad +"!");
</script>
</body>
</html>


Savaş İŞİSEVER







