Here’s a nice java based website preloader I found recently. I needed it for a project and I think this might be useful to others too. Credits for this go to USINGIT.COM.
So here’s how you should use it :
Copy the following lines in to the header of the webpage:
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin
function clearPreloadPage() { //DOM
if (document.getElementById){
document.getElementById(‘prepage’).style.visibility=’hidden’;
}else{
if [...]