I've come across object tags in sites that read:
<object id='launcher' type='application/x-someapp' onXload='doSomething();'></object>
onXLoad doesn't seem to be an event handler that they are defining (according to their scripts), nor can I find any documentation about it.
Can anyone fill me in on what this is?
