Wednesday, November 7, 2007

HTML area tage and JavaScript onload event problem

Issue

Using JavaScript onload event of HTML area tag, can be problematic.

Workaround

Instead of having onload event, utilize href attribute tag to address this problem. Simply change the code to:
<area href="javascript:MyJavaScriptCode" ...

No comments: