Langsung Saja.
- Masuk ke account blogger
- Pilih Tata Letak
- Klik Add Gadget / Tambah Gadget
- Pilih HTML/Java Script
- Setelah itu Masukkan kode berikut - tinggal copy saja dan paste-kan.
function proses() {
document.form1.tanggal.selectedIndex;
document.form1.bulan.selectedIndex;
document.form1.hasil.value;
if (document.form1.bulan.selectedIndex == 1 && document.form1.tanggal.selectedIndex <=19) {document.form1.hasil.value = "Capricorn";}
if (document.form1.bulan.selectedIndex == 1 && document.form1.tanggal.selectedIndex >=20) {document.form1.hasil.value = "Aquarius";}
if (document.form1.bulan.selectedIndex == 2 && document.form1.tanggal.selectedIndex <=18) {document.form1.hasil.value = "Aquarius";}
if (document.form1.bulan.selectedIndex == 2 && document.form1.tanggal.selectedIndex >=19) {document.form1.hasil.value = "Pisces";}
if (document.form1.bulan.selectedIndex == 3 && document.form1.tanggal.selectedIndex <=20) {document.form1.hasil.value = "Pisces";}
if (document.form1.bulan.selectedIndex == 3 && document.form1.tanggal.selectedIndex >=21) {document.form1.hasil.value = "Aries";}
if (document.form1.bulan.selectedIndex == 4 && document.form1.tanggal.selectedIndex <=20) {document.form1.hasil.value = "Aries";}
if (document.form1.bulan.selectedIndex == 4 && document.form1.tanggal.selectedIndex >=21) {document.form1.hasil.value = "Taurus";}
if (document.form1.bulan.selectedIndex == 5 && document.form1.tanggal.selectedIndex <=20) {document.form1.hasil.value = "Taurus";}
if (document.form1.bulan.selectedIndex == 5 && document.form1.tanggal.selectedIndex >=21) {document.form1.hasil.value = "Gemini";}
if (document.form1.bulan.selectedIndex == 6 && document.form1.tanggal.selectedIndex <=20) {document.form1.hasil.value = "Gemini";}
if (document.form1.bulan.selectedIndex == 6 && document.form1.tanggal.selectedIndex >=21) {document.form1.hasil.value = "Cancer";}
if (document.form1.bulan.selectedIndex == 7 && document.form1.tanggal.selectedIndex <=21) {document.form1.hasil.value = "Cancer";}
if (document.form1.bulan.selectedIndex == 7 && document.form1.tanggal.selectedIndex >=22) {document.form1.hasil.value = "Leo";}
if (document.form1.bulan.selectedIndex == 8 && document.form1.tanggal.selectedIndex <=21) {document.form1.hasil.value = "Leo";}
if (document.form1.bulan.selectedIndex == 8 && document.form1.tanggal.selectedIndex >=22) {document.form1.hasil.value = "Virgo";}
if (document.form1.bulan.selectedIndex == 9 && document.form1.tanggal.selectedIndex <=21) {document.form1.hasil.value = "Virgo";}
if (document.form1.bulan.selectedIndex == 9 && document.form1.tanggal.selectedIndex >=22) {document.form1.hasil.value = "Libra";}
if (document.form1.bulan.selectedIndex == 10 && document.form1.tanggal.selectedIndex <=21) {document.form1.hasil.value = "Libra";}
if (document.form1.bulan.selectedIndex == 10 && document.form1.tanggal.selectedIndex >=22) {document.form1.hasil.value = "Scorpio";}
if (document.form1.bulan.selectedIndex == 11 && document.form1.tanggal.selectedIndex <=21) {document.form1.hasil.value = "Scorpio";}
if (document.form1.bulan.selectedIndex == 11 && document.form1.tanggal.selectedIndex >=22) {document.form1.hasil.value = "Sagittarius";}
if (document.form1.bulan.selectedIndex == 12 && document.form1.tanggal.selectedIndex <=20) {document.form1.hasil.value = "Sagittarius";}
if (document.form1.bulan.selectedIndex == 12 && document.form1.tanggal.selectedIndex >=21) {document.form1.hasil.value = "Capricorn";}
if (document.form1.bulan.selectedIndex == "x" || document.form1.tanggal.selectedIndex == "y") return;
}
function cek() {
if (document.form1.bulan.selectedIndex == 2 && document.form1.tanggal.selectedIndex > 29) {alert("Bulan Februari ada 29 Hari"); return false;}
if (document.form1.bulan.selectedIndex == 4 && document.form1.tanggal.selectedIndex == 31) {alert("Bulan April ada 30 Hari"); return false;}
if (document.form1.bulan.selectedIndex == 6 && document.form1.tanggal.selectedIndex == 31) {alert("Bulan Juni ada 30 Hari"); return false;}
if (document.form1.bulan.selectedIndex == 9 && document.form1.tanggal.selectedIndex == 31) {alert("Bulan September ada 30 Hari"); return false;}
if (document.form1.bulan.selectedIndex == 11 && document.form1.tanggal.selectedIndex == 31) {alert("Bulan Nopember ada 30 Hari"); return false;}
else{
return true;
}
}
</script>
<form name="form1">
<p align=center>
<table border="0" bgcolor="#666666" cellspacing="0" cellpadding="1">
<tr>
<td>
<font size="1" face="verdana, arial, helvetica, sans-serif"><b> <font color="#FFFFFF">Tanggal</font> </b></font> </td>
<td>
<font size="1" face="verdana, arial, helvetica, sans-serif"><b> <font color="#FFFFFF">Bulan</font> </b></font> </td>
<td rowspan="2">
<font size="3" face="verdana, arial, helvetica, sans-serif"><b> <b>:</b> </b></font>
</td>
<td>
<font size="1" face="verdana, arial, helvetica, sans-serif"><b> <font color="#FFFFFF">Bintang</font> <font color="#FFFFFF">Anda</font></b></font></td>
</tr>
<tr>
<td>
<select name="tanggal" onchange="cek()">
<option value="y" selected />< Tanggal >
<option value="1" />1
<option value="2" />2
<option value="3" />3
<option value="4" />4
<option value="5" />5
<option value="6" />6
<option value="7" />7
<option value="8" />8
<option value="9" />9
<option value="10" />10
<option value="11" />11
<option value="12" />12
<option value="13" />13
<option value="14" />14
<option value="15" />15
<option value="16" />16
<option value="17" />17
<option value="18" />18
<option value="19" />19
<option value="20" />20
<option value="21" />21
<option value="22" />22
<option value="23" />23
<option value="24" />24
<option value="25" />25
<option value="26" />26
<option value="27" />27
<option value="28" />28
<option value="29" />29
<option value="30" />30
<option value="31" />31
</select>
</td>
<td>
<select name="bulan">
<option value="x" selected />< Bulan >
<option value="1" />Januari
<option value="2" />Februari
<option value="3" />Maret
<option value="4" />April
<option value="5" />Mei
<option value="6" />Juni
<option value="7" />Juli
<option value="8" />Agustus
<option value="9" />September
<option value="10" />Oktober
<option value="11" />Nopember
<option value="12" />Desember
</select>
</td>
<td>
<input name="hasil" size="12" value="" /> <input type="button" value="Submit" onclick="proses()" />
</td>
</tr>
</table>
</p>
</form></center>
Selanjutnya Klik Simpan.
EmoticonEmoticon