What html tags support the onload/onerror javascript event attributes?

‘onload’ is supported by the following HTML tags:

<body>, <frame>, <frameset>, <iframe>, <img>, <link>, <script>

And the following Javascript objects:

image, layer, window

Leave a Comment