Link to home
Start Free TrialLog in
Avatar of ldbkutty
ldbkuttyFlag for India

asked on

-- Please Wait -- Message script...

Dear Experts,

I have a page that takes sometime to load completely. Not because of images but due to time-consuming operations and functions. It displays:

   --- Your process is completed. You can download your contract here ---

after loading. I need a wonderful script that displays:

   --- Your contract is in process. Please wait...---

till the process is completed. It would be better if you have scripts with images/colorful texts.

Its really urgent.

Thanks a bunch in advance.
ASKER CERTIFIED SOLUTION
Avatar of Zvonko
Zvonko
Flag of North Macedonia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hackman_3vilGuy
hackman_3vilGuy

Is this function in the HEAD section to start immediately or is it started onLoad.

eg1
<HEAD>
<TITLE>dfgjs</TITLE>
<SCRIPT>
...
</SCRIPT>

eg2
<BODY onLoad="doit();">