Identify 3 JavaScript codes that you have learned

 

1. document.write('<input type="text" name="qt" value="" size="8" maxlength="40">')

 

2.     function setLongest() {
        divLen = getLongest_1();
        document.getElementById("column_1").style.height = divLen+"px";
        document.getElementById("column_2").style.height = divLen+"px";
        document.getElementById("column_3").style.height = divLen+"px";
        document.getElementById("column_4").style.height = divLen+"px";
        }

 

3.    <body id="research" onLoad="setLongest()">

 

Identify 3 JavaScript codes that you are unaware

1.    <div class="column_2_text">
2.    <span class="bold-redtitle">Campus Services</span><br />
3.    <MAP NAME="SBMap">

 

 

 

<<Next>>

Hosted by www.Geocities.ws

1