<html>
<body>
<img id= "a1" src = "perfor.png" usemap = "#check"></img>
<map name = "check">
<area shape="rect" coords= "0,0,100,100" href="JavaScript:void(0);" onclick = "ccc();"/>
</map>
<input type="button" οnclick="aaa();" value = "aaaa"></input>
<input type="button" οnclick="bbb();" value = "bbbb"></input>
<script>
function aaa(){
document.getElementById("a1").style.cursor="default";
}
function bbb(){
document.getElementById("a1").style.cursor="auto";
}
function ccc(){
alert("aaa");
}
</script>
</body>
</html>
取消 map area 链接 手指
最新推荐文章于 2020-07-17 19:10:53 发布