Jumat, 20 April 2012
Event Objek Image [ Aplikasi IT Part II ] pertemuan ke-6.2
<html>
<head>
<title> Event onChange </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 onChange </h3>
<hr width="500" color = "blue">
<p> Pilih warna background </p>
<form>
<input type = "button" value = "Biru muda" onChange = "warna('lightblue')">
<input type = "button" value = "Pink" onChange = "warna('pink')">
<input type = "button" value = "Coklat" onChange = "warna('burlywood')">
<input type = "button" value = "Ungu" onChange = "warna('purple')">
<input type = "button" value = "Coklat" onChange = "warna('chocolate')">
<input type = "button" value = "Hitam" onChange = "warna('black')">
</form>
</center>
<hr width = "500" color = "blue">
</body>
</html>
Langganan:
Posting Komentar (Atom)
Tidak ada komentar:
Posting Komentar