<html>
<head>
<script>
function inputChanged(input){
alert("Girdi de�i�ti: "+input);
}
</script>
</head>
<body >
<h1>JavaScript De�i�im</h1>
<input type="text" onchange="alert(this.value)" ></input>
</body>
</html>
Dosyayı İndir