Home Web Front-end JS Tutorial JS version of the periodic table of elements implementation method_javascript skills

JS version of the periodic table of elements implementation method_javascript skills

May 16, 2016 pm 03:47 PM

The example in this article describes the implementation method of the JS version of the periodic table of elements. Share it with everyone for your reference. The details are as follows:

The periodic table of elements here is implemented based on JavaScript and does not use any pictures. You can see the effect by directly browsing this HTML page and can be used for teaching.

The operation effect is as shown below:

The specific code is as follows:

<html>
<head>
<style type="text/css">
<!--
A{color:000000;font-size:9pt; TEXT-DECORATION: none}
A:hover{color: 00dd00}
-->
</style>
<title>元素周期表</title>
<script language="JavaScript">
<!--hide this script from crappy old browsers
function prepare()
{
window.setTimeout("window.status='这是例子'",500);
}
function moveover(txt)
{
window.status = txt;
}
function fillitin(Name, AtomicNumber,AtomicWeight, Shells, FillingOrbital, MeltingPoint, BoilingPoint)
{
moveover(Name); //写入状态栏说明
document.PeriodicTable.Name.value=Name; //写入元素名
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); //延时3.5秒后恢复状态栏显示
}
<!-- done hiding from old browsers -->
</script>
</head>
<body onload="prepare();">
<table border="4" width="51%" bordercolorlight="#DDDDDD" cellspacing="0" cellpadding="4" bordercolor="#DDDDDD">
 <tr>
  <td width="100%">
   <table border="1" width="60%" cellspacing="0" cellpadding="3" bordercolor="#A4A4A4">
    <tr>
     <td width="100%">
<form method="Post" name="PeriodicTable">
  <table border="1" cellspacing="0" bordercolor="#FFFFFF" bordercolorlight="#000000" width="534" height="182" style="font-family: Arial; FONT-SIZE:9PT" cellpadding="0">
    <tr>
      <td width="522" height="7" colspan="18">元素周期表</td>
    </tr> 
     <tr>
      <td bgcolor="#CCFFCC" width="29" height="6" align="center"><a href="javascript: fillitin('Hydrogen','1','1.0079','1','1s1','-259.14 C','-252.87 C');">H</a></td>
      <td colspan="16" width="463" height="6"> </td> 
      <td bgcolor="#CCFFCC" width="30" height="6" align="center">
   <ahref="javascript: fillitin('Helium','2','4.0026','2','1s2','-272C @ 26ATM','-268.6 C');">He</a></td> 
     </tr> 
     <tr> 
       <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Lithium','3','6.94','2,1','2s1','180.54 C','1347 C');">Li</a></td> 
       <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Beryllium','4','9.01218','2,2','2s2','1278 C','2970 C');">Be</a></td> 
       <td colspan="5" width="139" height="16" align="center">固体</td> 
       <td colspan="5" bgcolor="#DDDDDD" width="139" height="16" align="center">人造元素</td> 
       <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Boron','5','10.81','2,3','2p1','2300 C','2550 C');">B</a></td> 
       <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Carbon','6','12.011','2,4','2p2','3500 C','4827 C');">C</a></td> 
       <td bgcolor="#CCFFCC" width="30" height="16" align="center"><a 
       href="javascript: fillitin('Nitrogen','7','14.0067','2,5','2p3','-209.9 C','-195.8 C');">N</a></td> 
       <td bgcolor="#CCFFCC" width="30" height="16" align="center"><a 
       href="javascript: fillitin('Oxygen','8','15.9994','2,6','2p4','-218.4 C','-183.0 C');">O</a></td> 
       <td bgcolor="#CCFFCC" width="30" height="16" align="center"><a 
       href="javascript: fillitin('Flourine','9','18.998403','2,7','2p5','-219.62 C','-188.14 C');">F</a></td> 
       <td bgcolor="#CCFFCC" width="30" height="16" align="center"><a 
       href="javascript: fillitin('Neon','10','20.17','2,8',' 2p6','-248.6 C','-246.1 C');">Ne</a></td> 
    </tr> 
    <tr> 
       <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Sodium','11','22.98977','2,8,1',' 3s1','97.8 C','882.9 C');">Na</a></td> 
       <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Magnesium','12','24.305','2,8,2',' 3s2','638.8 C','1090 C');">Mg</a></td> 
       <td colspan="5" bgcolor="#CCFFCC" width="139" height="16" align="center">气体</td> 
       <td colspan="5" bgcolor="#68B4FF" width="139" height="16" align="center">液体</td> 
       <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Aluminum','13','26.98154','2,8,3',' 3p1','660.37 C','2467 C');">Al</a></td> 
       <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Silicon','14','28.0855','2,8,4',' 3p2','1410 C','2355 C');">Si</a></td> 
       <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Phosphorous','15','30.97376','2,8,5',' 3p3','44.1 C','280 C');">P</a></td> 
       <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Sulfur','16','32.06','2,8,6',' 3p4','112.8 C','444.6 C');">S</a></td> 
       <td bgcolor="#CCFFCC" width="30" height="16" align="center"><a 
       href="javascript: fillitin('Chlorine','17','35.453','2,8,7',' 3p5','-100.98 C','-34.6 C');">Cl</a></td> 
       <td bgcolor="#CCFFCC" width="30" height="16" align="center"><a 
       href="javascript: fillitin('Argon','18','39.948','2,8,8',' 3p6','-189.3 C','-186 C');">Ar</a></td> 
     </tr> 
     <tr> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Potassium','19','39.0983','2,8,8,1',' 4s1','63.65 C','774 C');">K</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Calcium','20','40.08','2,8,8,2',' 4s2','839 C','1484.4 C');">Ca</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Scandium','21','44.9559','2,8,9,2',' 3d1','1539 C','2832 C');">Sc</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Titanium','22','47.90','2,8,10,2',' 3d2','1660 C','3287 C');">Ti</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Vandium','23','50.9415','2,8,11,2',' 3d3','1890&#63;0 C','3380 C');">V</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Chromium','24','51.996','2,8,13,1',' 3d5','1857 C','2672 C');">Cr</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Manganese','25','54.9380','2,8,13,2',' 3d5','1245 C','1962 C');">Mn</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Iron','26','55.847','2,8,14,2',' 3d6','1535 C','2750 C');">Fe</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Cobalt','27','58.9332','2,8,15,2',' 3d7','1495 C','2870 C');">Co</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Nickel','28','58.71','2,8,16,2',' 3d8','1453 C','2732 C');">Ni</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Copper','29','63.546','2,8,18,1',' 3d10','1083 C','2567 C');">Cu</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Zinc','30','65.38','2,8,18,2',' 3d10','419.58 C','907 C');">Zn</a></td> 
       <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Gallium','31','69.735','2,8,18,3',' 4p1','29.78 C','2403 C');">Ga</a></td> 
       <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Germanium','32','72.59','2,8,18,4',' 4p2','937.4 C','2830 C');">Ge</a></td> 
       <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Arsenic','33','74.9216','2,8,18,5',' 4p3','81 C @ 28ATM','Sublimes at 613')">As</a></td> 
       <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Selenium','34','78.96','2,8,18,6',' 4p4','217 C','684.9 C');">Se</a></td> 
       <td bgcolor="#68B4FF" width="30" height="13" align="center"><a 
       href="javascript: fillitin('Bromine','35','79.904','2,8,18,7',' 4p5','-7.2 C','58.78 C');">Br</a></td> 
      <td bgcolor="#CCFFCC" width="30" height="13" align="center"><a 
       href="javascript: fillitin('Krypton','36','83.80','2,8,18,8',' 4p6','-157.2 C','-153.4 C');">Kr</a></td> 
     </tr> 
     <tr> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Rubidium','37','85.467','2,8,18,8,1',' 5s1','38.89 C','688 C');">Rb</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Strontium','38','87.62','2,8,18,8,2',' 5s2','769 C','1384 C');">Sr</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Yttrium','39','88.9059','2,8,18,9,2',' 4d1','1523 C','3337 C');">Y</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Zirconium','40','91.22','2,8,18,10,2',' 4d2','1852&#63; C','4377 C');">Zr</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Niobium','41','92.9064','2,8,18,13,1',' 4d4','2468&#63;0 C','4927 C');">Nb</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Molybdenum','42','95.94','2,8,18,13,1',' 4d5','2617 C','4612 C');">Mo</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="13" align="center"><a 
       href="javascript: fillitin('Technetium','43','98.9062','2,8,18,14,1',' 4d6','2200&#63;0 C','4877 C');">Tc</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Ruthenium','44','101.07','2,8,18,15,1',' 4d7','2250 C','3900 C');">Ru</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Rhodium','45','102.9055','2,8,18,16,1',' 4d8','1966&#63; C','3727 C');">Rh</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Palladium','46','106.4','2,8,18,18',' 4d10','1552 C','2927 C');">Pd</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Silver','47','107.868','2,8,18,18,1',' 4d10','961.93 C','2212 C');">Ag</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Cadmium','48','112.41','2,8,18,18,2',' 4d10','320.9 C','765 C');">Cd</a></td> 
      <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Indium','49','114.82','2,8,18,18,3',' 5p1','156.61 C','2000&#63;0 C');">In</a></td> 
      <td width="30" height="13" align="center"><a 
      href="javascript: fillitin('Tin','50','118.69','2,8,18,18,4',' 5p2','231.9 C','2270 C');">Sn</a></td> 
      <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Antimony','51','121.75','2,8,18,18,5',' 5p3','630 C','1750 C');">Sb</a></td> 
      <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Tellurium','52','127.60','2,8,18,18,6',' 5p4','449.5 C','989.8 C');">Te</a></td> 
      <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Iodine','53','126.9045','2,8,18,18,7',' 5p5','113.5 C','184 C @ 35 atm')">I</a></td> 
       <td bgcolor="#CCFFCC" width="30" height="13" align="center"><a 
       href="javascript: fillitin('Xenon','54','131.30','2,8,18,18,8',' 5p6','-111.9 C','-108.1 C');">Xe</a></td> 
     </tr> 
     <tr> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Cesium','55','132.9054','2,8,18,18,8,1',' 6s1','28.5 C','678.4 C');">Cs</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Barium','56','137.33','2,8,18,18,8,2',' 6s2','725 C','1140 C');">Ba</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Lanthanum','57','138.9055','2,8,18,18,9,2',' 5d1','920 C','3469 C');">La</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Hafnium','72','178.49','2,8,18,32,10,2',' 5d2','2150 C','5400 C');">Hf</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Tantalum','73','180.947','2,8,18,32,11,2',' 5d3','2996 C','5425&#63;00 C');">Ta</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Tungsten','74','183.85','2,8,18,32,12,2',' 5d4','3410&#63;0 C','5660 C');">W</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Rhenium','75','186.207','2,8,18,32,13,2',' 5d5','3180 C','5627 C');">Re</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Osmium','76','190.2','2,8,18,32,14,2',' 5d6','3045 C','5027 C');">Os</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Iridium','77','192.22','2,8,18,32,15,2',' 5d7','2410 C','4527&#63;00 C');">Ir</a></td> 
      <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Platinum','78','195.09','2,8,18,32,17,1',' 5d9','1772 C','3827 C');">Pt</a></td> 
       <td width="29" height="13" align="center"><a 
       href="javascript: fillitin('Gold','79','196.9665','2,8,18,32,18,1',' 5d10','1064.43 C','2807 C');">Au</a></td> 
      <td bgcolor="#68B4FF" width="29" height="13" align="center"><a 
       href="javascript: fillitin('Mercury','80','200.59','2,8,18,32,18,2',' 5d10','-38.87 C','356.58 C');">Hg</a></td> 
      <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Thallium','81','204.37','2,8,18,32,18,3',' 6p1','303.5 C','1457&#63;0C');">Tl</a></td> 
       <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Lead','82','207.2','2,8,18,32,18,4',' 6p2','327.5 C','1740 C');">Pb</a></td> 
      <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Bismuth','83','208.9804','2,8,18,32,18,5',' 6p3','271.3 C','1560&#63;C');">Bi</a></td> 
       <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Polonium','84','(209)','2,8,18,32,18,6',' 6p4','254 C','962 C');">Po</a></td> 
       <td width="30" height="13" align="center"><a 
       href="javascript: fillitin('Astatine','85','(210)','2,8,18,32,18,7',' 6p5','302 C','337 C');">At</a></td> 
      <td bgcolor="#CCFFCC" width="30" height="13" align="center"><a 
       href="javascript: fillitin('Radon','86','(222)','2,8,18,32,18,8',' 6p6','-71 C','-61.8 C');">Rn</a></td> 
    </tr> 
    <tr> 
       <td width="29" height="5" align="center"><a 
       href="javascript: fillitin('Francium','87','(223)','2,8,18,32,18,8,1',' 7s1','27 C','677 C');">Fr</a></td> 
      <td width="29" height="5" align="center"><a 
       href="javascript: fillitin('Radium','88','226.0254','2,8,18,32,18,8,2',' 7s2','700 C','1737 C');">Ra</a></td> 
       <td width="29" height="5" align="center"><a 
       href="javascript: fillitin('Actinium','89','(227)','2,8,18,32,18,9,2',' 6d1','1050 C','3200&#63;00 C');">Ac</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="5" align="center"><a 
       href="javascript: fillitin('Unnilquadium','104','(260)','2,8,18,32,32,10,2',' 6d2','N/A C','N/A C');">Unq</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="5" align="center"><a 
       href="javascript: fillitin('Unnilpentium','105','(260)','2,8,18,32,32,11,2',' 6d3','N/A C','N/A C');">Unp</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="5" align="center"><a 
       href="javascript: fillitin('Unnilhexium','106','(263)','2,8,18,32,32,12,2',' 6d4','N/A C','N/A C');">Unh</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="5" align="center"><a 
       href="javascript: fillitin('Unnilseptium','107','(262)','2,8,18,32,32,13,2',' 6d5','N/A C','N/A C');">Uns</a></td> 
       <td bgcolor="#DDDDDD" width="29" height="5" align="center">Uno</td> 
       <td bgcolor="#DDDDDD" width="29" height="5" align="center">Une</td> 
       <td bgcolor="#DDDDDD" width="29" height="5" align="center">Uun</td> 
       <td bgcolor="#DDDDDD" width="29" height="5" align="center">Uuu</td> 
       <td bgcolor="#DDDDDD" width="29" height="5" align="center">Uub</td> 
       <td bgcolor="#DDDDDD" width="30" height="5" align="center">Uut</td> 
       <td bgcolor="#DDDDDD" width="30" height="5" align="center">Uuq</td> 
       <td bgcolor="#DDDDDD" width="30" height="5" align="center">Uup</td> 
       <td bgcolor="#DDDDDD" width="30" height="5" align="center">Uuh</td> 
       <td bgcolor="#DDDDDD" width="30" height="5" align="center">Uus</td> 
       <td bgcolor="#DDDDDD" width="30" height="5" align="center">Uuo</td> 
     </tr> 
    <tr> 
       <td width="87" height="8" colspan="3" rowspan="2"> </td> 
       <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Cerium','58','140.12','2,8,18,20,8,2',' 4f2','795 C','3257 C');">Ce</a></td> 
      <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Praseodymium','59','140.9077','2,8,18,21,8,2',' 4f3','935 C','3127 C');">Pr</a></td> 
       <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Neodymium','60','144.24','2,8,18,22,8,2',' 4f4','1010 C','3127 C');">Nd</a></td> 
      <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Promethium','61','(145)','2,8,18,23,8,2',' 4f5','N/A C','N/A C');">Pm</a></td> 
      <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Samarium','62','150.4','2,8,18,24,8,2',' 4f6','1072 C','1900 C');">Sm</a></td> 
      <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Europium','63','151.96','2,8,18,25,8,2',' 4f7','822 C','1597 C');">Eu</a></td> 
      <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Gadolinium','64','157.25','2,8,18,25,9,2',' 4f7','1311 C','3233 C');">Gd</a></td> 
      <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Terbium','65','158.9254','2,8,18,27,8,2',' 4f9','1360 C','3041 C');">Tb</a></td> 
      <td width="29" height="16" align="center"><a 
       href="javascript: fillitin('Dysprosium','66','162.50','2,8,18,28,8,2',' 4f10','1412 C','2562 C');">Dy</a></td> 
       <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Holmium','67','164.9304','2,8,18,29,8,2',' 4f11','1470 C','2720 C');">Ho</a></td> 
      <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Erbium','68','167.26','2,8,18,30,8,2',' 4f12','1522 C','2510 C');">Er</a></td> 
       <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Thulium','69','168.9342','2,8,18,31,8,2',' 4f13','1545 C','1727 C');">Tm</a></td> 
       <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Ytterbium','70','173.04','2,8,18,32,8,2',' 4f14','824 C','1466 C');">Yb</a></td> 
      <td width="30" height="16" align="center"><a 
       href="javascript: fillitin('Lutetium','71','174.96','2,8,18,32,9,2',' 4f14','1656 C','3315 C');">Lu</a></td> 
      <td width="30" height="8" rowspan="2"> </td> 
     </tr> 
     <tr> 
      <td width="29" height="15" align="center"><a 
       href="javascript: fillitin('Thorium','90','232.0381','2,8,18,32,18,10,2',' 6d2','1750 C','4790 C');">Th</a></td> 
      <td width="29" height="15" align="center"><a 
       href="javascript: fillitin('Proactinium','91','231.0359','2,8,18,32,20,9,2',' 5f2','1600 C','N/A C');">Pa</a></td> 
       <td width="29" height="15" align="center"><a 
       href="javascript: fillitin('Uranium','92','238.029','2,8,18,32,21,9,2',' 5f3','1132 C','3818 C');">U</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="15" align="center"><a 
       href="javascript: fillitin('Neptunium','93','237.0482','2,8,18,32,23,8,2',' 5f4','640 C','3902 C');">Np</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="15" align="center"><a 
       href="javascript: fillitin('Plutonium','94','(244)','2,8,18,32,24,8,2',' 5f6','639.5&#63; C','3235&#63;9 C');">Pu</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="15" align="center"><a 
       href="javascript: fillitin('Americium','95','(243)','2,8,18,32,25,8,2',' 5f7','994 C','2607 C');">Am</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="15" align="center"><a 
       href="javascript: fillitin('Curium','96','(247)','2,8,18,32,25,9,2',' 5f7','1340 C','N/A C');">Cm</a></td> 
       <td bgcolor="#DDDDDD" width="29" height="15" align="center"><a 
       href="javascript: fillitin('Berkelium','97','(247)','2,8,18,32,26,9,2',' 5f8','N/A C','N/A C');">Bk</a></td> 
      <td bgcolor="#DDDDDD" width="29" height="15" align="center"><a 
       href="javascript: fillitin('Californium','98','(251)','2,8,18,32,28,8,2',' 5f9','N/A C','N/A C');">Cf</a></td> 
      <td bgcolor="#DDDDDD" width="30" height="15" align="center"><a 
       href="javascript: fillitin('Einsteinium','99','(254)','2,8,18,32,29,8,2',' 5f11','N/A C','N/A C');">Es</a></td> 
      <td bgcolor="#DDDDDD" width="30" height="15" align="center"><a 
       href="javascript: fillitin('Fremium','100','(257)','2,8,18,32,30,8,2',' 5f12','N/A C','N/A C');">Fm</a></td> 
      <td bgcolor="#DDDDDD" width="30" height="15" align="center"><a 
       href="javascript: fillitin('Mendelevium','101','(258)','2,8,18,32,31,8,2',' 5f13','N/A C','N/A C');">Md</a></td> 
       <td bgcolor="#DDDDDD" width="30" height="15" align="center"><a 
       href="javascript: fillitin('Nobelium','102','(259)','2,8,18,32,32,8,2',' 5f14','N/A C','N/A C');">No</a></td> 
      <td bgcolor="#DDDDDD" width="30" height="15" align="center"><a 
       href="javascript: fillitin('Lawrencium','103','(260)','2,8,18,32,32,9,2',' 5f14','N/A C','N/A C');">Lr</a></td> 
    </tr> 
     <tr> 
      <td colspan="18" width="522" height="19">
       <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
       <td><b>名称</b></td> 
      <td><b>编号</b></td> 
      <td><b>原子量</b></td> 
      <td><b>电子层排布</b></td> 
      <td><b>轨道</b></td> 
      <td><b>熔点</b></td> 
      <td><b>沸点</b> </td> 
        </tr>
        <tr>
      <td height="23"><input type="text" size="11" 
      name="Name" style="border: 1 solid #000000"> </td> 
      <td valign="middle" height="23"><input type="text" size="5" 
      name="AtomicNumber" style="border: 1 solid #000000"> </td> 
      <td height="23"><input type="text" size="7" 
      name="AtomicWeight" style="border: 1 solid #000000"> </td> 
      <td height="23"><input type="text" size="15" 
      name="Shells" style="border: 1 solid #000000"> </td> 
      <td height="23"><input type="text" size="4" 
      name="FillingOrbital" style="border: 1 solid #000000"> </td> 
      <td height="23"><input type="text" size="7" 
      name="MeltingPoint" style="border: 1 solid #000000"> </td> 
      <td height="23"><input type="text" size="7" 
      name="BoilingPoint" style="border: 1 solid #000000"> </td> 
         </tr>
       </table>
      </td> 
     </tr> 
  </table> 
     </td>
    </tr>
   </table>
  </td>
 </tr>
</table>
</form> 
</body> 
</html>
Copy after login

I hope this article will be helpful to everyone’s JavaScript programming design.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Replace String Characters in JavaScript Replace String Characters in JavaScript Mar 11, 2025 am 12:07 AM

Detailed explanation of JavaScript string replacement method and FAQ This article will explore two ways to replace string characters in JavaScript: internal JavaScript code and internal HTML for web pages. Replace string inside JavaScript code The most direct way is to use the replace() method: str = str.replace("find","replace"); This method replaces only the first match. To replace all matches, use a regular expression and add the global flag g: str = str.replace(/fi

Custom Google Search API Setup Tutorial Custom Google Search API Setup Tutorial Mar 04, 2025 am 01:06 AM

This tutorial shows you how to integrate a custom Google Search API into your blog or website, offering a more refined search experience than standard WordPress theme search functions. It's surprisingly easy! You'll be able to restrict searches to y

8 Stunning jQuery Page Layout Plugins 8 Stunning jQuery Page Layout Plugins Mar 06, 2025 am 12:48 AM

Leverage jQuery for Effortless Web Page Layouts: 8 Essential Plugins jQuery simplifies web page layout significantly. This article highlights eight powerful jQuery plugins that streamline the process, particularly useful for manual website creation

Build Your Own AJAX Web Applications Build Your Own AJAX Web Applications Mar 09, 2025 am 12:11 AM

So here you are, ready to learn all about this thing called AJAX. But, what exactly is it? The term AJAX refers to a loose grouping of technologies that are used to create dynamic, interactive web content. The term AJAX, originally coined by Jesse J

What is 'this' in JavaScript? What is 'this' in JavaScript? Mar 04, 2025 am 01:15 AM

Core points This in JavaScript usually refers to an object that "owns" the method, but it depends on how the function is called. When there is no current object, this refers to the global object. In a web browser, it is represented by window. When calling a function, this maintains the global object; but when calling an object constructor or any of its methods, this refers to an instance of the object. You can change the context of this using methods such as call(), apply(), and bind(). These methods call the function using the given this value and parameters. JavaScript is an excellent programming language. A few years ago, this sentence was

Improve Your jQuery Knowledge with the Source Viewer Improve Your jQuery Knowledge with the Source Viewer Mar 05, 2025 am 12:54 AM

jQuery is a great JavaScript framework. However, as with any library, sometimes it’s necessary to get under the hood to discover what’s going on. Perhaps it’s because you’re tracing a bug or are just curious about how jQuery achieves a particular UI

10 Mobile Cheat Sheets for Mobile Development 10 Mobile Cheat Sheets for Mobile Development Mar 05, 2025 am 12:43 AM

This post compiles helpful cheat sheets, reference guides, quick recipes, and code snippets for Android, Blackberry, and iPhone app development. No developer should be without them! Touch Gesture Reference Guide (PDF) A valuable resource for desig

How do I create and publish my own JavaScript libraries? How do I create and publish my own JavaScript libraries? Mar 18, 2025 pm 03:12 PM

Article discusses creating, publishing, and maintaining JavaScript libraries, focusing on planning, development, testing, documentation, and promotion strategies.

See all articles