Hi all,
I'm very very new when it comes to JavaScript, but I understand it's what I need to solve my problem.
Basically, I have a PHP script that takes a while to process (several minutes). This script is linked from my homepage and when the script finishes it redirects back to the homepage. I want to know if it's possible to have a simple loading animation on my homepage whilst the script executes, just something to show people that the script is still actually doing something.
Can anyone make any suggestions?