+ 1
How Can I make a loading screen in JavaScript
2 Answers
+ 1
Just a quick idea.
With JQuerry there is this $( document ).ready() function.
This function executes when the doc is fully loaded.
So use your JS to display a loading screen and let the document.ready function remove the screen.
Hope that helps you and you can figure something out?
Edit: Or we just post the copy + paste answer =/