Display wait image while Loading Page
How can I please display an animated image while the page is loading.
I tried with javascript code but I have this error message The entity name must immediately follow the'&' in the entity reference
when I use this
var ns6=document.getElementById &&!document.all;
Thanks.

