Javascript Collections JavaScript Reference




function function1() {
    var m = document.all.myMap.areas.length;
    alert("There are "+m+' areas within the map "myMap"'); 
}




     alt="" 
     width="200" 
     height="100" 
     usemap="#myMap"> 
 
              shape="rect" 
          coords="0, 0, 100, 50" 
          href="http://www.rntsoft.com" 
          onClick="return false">
              shape="rect" 
          coords = "100, 0, 200, 50" 
          href="http://www.rntsoft.com" 
          onClick="return false">