could someone lead me to a automatic page rediration after a set aboout of time script bit like on mini-i.fm
+ rep if someone has a good one

could someone lead me to a automatic page rediration after a set aboout of time script bit like on mini-i.fm
+ rep if someone has a good one
Where does Mini-I use redirects? o.O
well not a redirect as sutch the page loading thing
Invent did you make that AJAX loading page script?
I googled for you but don't no if its correct.
PHP Code:============================================================
INSTRUCTIONS.
This is a MUTI-PART Script.
============================================================
PART I.
Copy code below into <HEAD> section of your HTML pages
============================================================
<SCRIPT TYPE="text/javascript" LANGUAGE="javascript">
<!-- PreLoad Wait - Script -->
<!-- This script and more from http://www.rainbow.arch.scriptmania.com
function waitPreloadPage() { //DOM
if (document.getElementById){
document.getElementById('prepage').style.visibility='hidden';
}else{
if (document.layers){ //NS4
document.prepage.visibility = 'hidden';
}
else { //IE4
document.all.prepage.style.visibility = 'hidden';
}
}
}
// End -->
</SCRIPT>
============================================================
PART II.
Add the onLoad event, as shown below, to your <BODY> tag:
============================================================
<BODY onLoad="waitPreloadPage();">
============================================================
PART III.
Copy codes below to immediately after <BODY> tag.
============================================================
<DIV id="prepage" style="position:absolute; font-family:arial; font-size:16; left:0px; top:0px; background-color:white; layer-background-color:white; height:100%; width:100%;">
<TABLE width=100%><TR><TD><B>Loading ... ... Please wait!</B></TD></TR></TABLE>
</DIV>
Last edited by L!nK; 01-10-2007 at 04:22 PM.
thabks ye + rep for all of you
Cant you just use meta refresh?
its ok now i got one
Want to hide these adverts? Register an account for free!