HTML

<SCRIPT LANGUAGE="JavaScript">
<!-- Pocetak
redirTime = "3000";// ovde vreme u milisekundama
redirURL = "http://ovde_link_na_koji_prebacuje";
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
// Kraj -->
</script>
 
Ovo stavis izmedju <head>
Kod:
<META 
http-equiv="refresh" content="Bor sekundi nakon koga ce se izvrsiti preusmeravanje!;URL=http://www.stranica gde oces da preuzmeris naokon zadatog vremena!">

primer

Kod:
<META 
http-equiv="refresh" content="5;URL=http://www.adresa.com/nesto.html">
 

Back
Top