<HTML>
<head>
<script language="javascript">
function question(){
var result=prompt("Bir şeyler yazın","");
alert("yazdığın yazı: "+ result);
}
</script>
</head>
<body onLoad="question()">
</body>
</HTML>
Dosyayı İndir