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;
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;
精彩评论