Hi everybody,

I'm doing a small testing with <OBJECT> tag
in the HTML page.

My structure is
------------------------------------------
<HTML>
<BODY>
<OBJECT>
Doing something
</OBJECT>

Displaying of message

</BODY>
</HTML>
------------------------------------------

My problem is the "Displaying of message" portion will be executed eventhought the "Doing someting" portion is still running.

My question is How to make sure that the "Doing something" has completed first, then afterthat the system will execute the "Displaying of message" portion ?

Thank you