vote up 0 vote down star

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?

flag

78% accept rate

1 Answer

vote up 0 vote down

Unless some script specifically seeks out that custom attribute, it will never do anything.

Maybe it was previously an onload handler, and someone put the X in to quickly comment it out whilst testing something?

link|flag
That's the funny thing: according to Firebug there are no other scripts associated with these pages that reference onXload. And I'm sure the handler is being called. – ntownsend Oct 22 at 11:53
It is possible for it to be called back from the embedded object, maybe that's what's happening? What is “someapp”? You could find out for sure by installing Firebug and adding onXload='debugger'... – bobince Oct 22 at 12:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.