<OBJECT> tag

wxdqz

New Member
Hi all,
I hope someone will be able to help we this problem:

Basically, what I want to do is to call a javascript function in the <OBJECT> tag, when the ActiveX content of this tag failed to load.

That means:

<OBJECT CLASSID="some-class-id" ODEBASE="some-codebase">
<PARAM name="some-param" value=http://www.webdeveloper.com/forum/archive/index.php/"some-value">

<!-- If user stop while the ActiveX loading, this part is called -->

AND HERE I WANT TO CALL JAVASCRIPT FUNCTION, IE:

<script>load_failed();</script>

</OBJECT>

But it looks like, tha javascript is not working inside of the object tag. I want this javascript function to be called automatically, without any user input.

Does anybody know how to do it ?
Thanks for any help.

Marek
 
Back
Top