<html>
<head>
<title> başlık </title>
</head>
<script type="text/javascript">
function mesaj_gonder()
{
alert("Bu mesaj fonksiyondan gelmektedir");
}
</script>
</head>
<body>
<input type="button" value="TIKLA" onclick="mesaj_gonder()">
</body>
</html>
Hiç yorum yok:
Yorum Gönder