Javascript Properties JavaScript Reference

    



    function function1() {
        document.all.area1.coords = "0, 0, 100, 50";
    }
    function function2() {
        document.all.area2.coords = "100, 0, 200, 50"; 
        document.all.area2.noHref = 'true';
    }
    function function5() {
        document.getElementById("area1").coords = "0, 0, 0, 0";
        document.getElementById("area2").coords = "0, 0, 0, 0";
    }



 
 
              shape="rect" 
          href="http://www.rntsoft.com" 
          alt="rntsoft.com" 
          onClick="return false">
              shape="rect" 
          href="http://www.rntsoft.com" nohref="true" 
          alt="rntsoft.com home page" 
          onClick="return false">





Restore areas to inactive
IS MAP
noHref for Area 2