version: IE 6 xpsp2
document: msdn said <script> element has onload event.
code:
<script src="http://../...js" onload="alert()"></script>
(i have tried <script onload="alert()"> ... </script>)
expected: an alert box
result: nothing happened
any idea?