开发者

Javascript : Set the href attribute of an image map area

开发者 https://www.devze.com 2023-02-14 03:55 出处:网络
How can I addre开发者_JAVA技巧ss an existing image map area in JS, to set its href property?Like anything else:

How can I addre开发者_JAVA技巧ss an existing image map area in JS, to set its href property?


Like anything else:

document.getElementById('areaId').href=newLink;
0

精彩评论

暂无评论...
验证码 换一张
取 消