Source Code
- Paste this source code into the designated areas.
Paste this code into an external JavaScript file named: ch3mistry.js<script language="javascript">
<!--
function prepare()
{
window.setTimeout("window.status='#'",500);
}
function moveover(txt)
{
window.status = txt;
}
function fillitin(Name, gol, per, AtomicNumber,AtomicWeight, Shells, FillingOrbital, MeltingPoint, BoilingPoint)
{
moveover(Name);
document.PeriodicTable.Name.value=Name;
document.PeriodicTable.gol.value=gol;
document.PeriodicTable.per.value=per;
document.PeriodicTable.AtomicNumber.value=AtomicNumber;
document.PeriodicTable.AtomicWeight.value=AtomicWeight;
document.PeriodicTable.Shells.value=Shells;
document.PeriodicTable.FillingOrbital.value=FillingOrbital;
document.PeriodicTable.MeltingPoint.value=MeltingPoint;
document.PeriodicTable.BoilingPoint.value=BoilingPoint;
window.setTimeout("prepare()",3500);
}
-->
</script> - Paste this source code into the body HTML
| Nama Unsur : | |||
| Nomor Atom | : | Massa Atom | : |
| Golongan | : | Periode | : |
| Konfigurasi | : | Orbital | : |
| Titik Leleh | : | Titik Didih | : |

Tidak ada komentar:
Posting Komentar