How do you add an onload event to an element?
onload
Can I use:
for t
No, you can't. The easiest way to make it work would be to put the function call directly after the element
Example:
... Some content ...
or - even better - just in front of
:
...
...so it doesn't block the following content from loading.