|
-
Dec 6th, 1999, 10:37 AM
#1
Thread Starter
Addicted Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|