开发者

Javascript : Set the href attribute of an image map area

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜