HTML JavaScript DHTML




    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 function3() {
        document.all.area3.coords = "0, 50, 100, 100";
    }
    function function4() {
        document.all.area4.coords = "100, 50, 200, 100";
    }
    function function5() {
        document.getElementById("area1").coords = "0, 0, 0, 0";
        document.getElementById("area2").coords = "0, 0, 0, 0";
        document.getElementById("area3").coords = "0, 0, 0, 0";
        document.getElementById("area4").coords = "0, 0, 0, 0";
    }



     id="myImg" 
     alt="http://www.rntsoft.com" 
     width="200" 
     height="100" 
     usemap="#myMap"> 
 
              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">
              shape="rect" 
          href="http://www.rntsoft.com" 
          alt="rntsoft home page" 
          onClick="return false">
              shape="rect" 
          href="http://www.rntsoft.com" 
          alt="rntsoft.com" 
          onClick="return false">







Restore areas to inactive
IS MAP
noHref for Area 2