Jumat, 20 April 2012
Event Objek Image [ Aplikasi IT Part II ] pertemuan ke-6.3
<html>
<head>
<title> Event onBlur </title>
</head>
<body>
<script languange = "javaScript">
<!--
function warna(pilihan)
{
alert("Warna background akan berubah menjadi Warna " + pilihan);
document.bgColor = pilihan;
}
</script>
<center>
<h3> Contoh Event onBlur </h3>
<hr width="500" color = "blue">
<p> Pilih warna background </p>
<form>
<input type = "button" value = "Biru muda" onBlur = "warna('lightblue')">
<input type = "button" value = "Pink" onBlur = "warna('pink')">
<input type = "button" value = "Coklat" onBlur = "warna('burlywood')">
<input type = "button" value = "Ungu" onBlur = "warna('purple')">
<input type = "button" value = "Coklat" onBlur = "warna('chocolate')">
<input type = "button" value = "Hitam" onBlur = "warna('black')">
</form>
</center>
<hr width = "500" color = "blue">
</body>
</html>
Langganan:
Posting Komentar (Atom)
Tidak ada komentar:
Posting Komentar