View Single Post
Staro 29.04.2008., 11:30   #3
Deamon101
Premium
Moj komp
 
Deamon101's Avatar
 
Datum registracije: Aug 2007
Lokacija: Zagreb
Postovi: 613
browser ne kuži sitne promijene......


adresa : www.andragosko-uciliste.hr

Ne koristim expires header.

Skripta koja radi u Mozilli je :

U headu :

<script language="JavaScript">
function start_this(){
if( history.previous != history.current ){
window.location.reload(true);
}
}
</script>

Te u body-u : <body onload="start_this()" bgcolor="#006699" >
Deamon101 je online   Reply With Quote