I have an html page created by a mod_perl code. This html page consists of left & right frames.
The contents in left frame are dynamically created which may take a bit time.
Here is what I want to implement:
While the contents in the left frame is forming, a message in the right frame showing "Wait...". Once the contents in the left frame is fully displayed, the message in the right frame changes to "Completed".
Could someone here please show me how to implement this in javascript? Many thanks!
The contents in left frame are dynamically created which may take a bit time.
Here is what I want to implement:
While the contents in the left frame is forming, a message in the right frame showing "Wait...". Once the contents in the left frame is fully displayed, the message in the right frame changes to "Completed".
Could someone here please show me how to implement this in javascript? Many thanks!