How do you do a forced page refresh?
I did this but it doesnt seem to work
<SCRIPT LANGUAGE=JavaScript>
function now(){
window.location.reload(true);
}
</SCRIPT>
I changed some stuff on the page and when I went to my second computer to look at it, it looked all fucked up because the .css didnt refresh.
even with that javascript on top
many of my members wont know to hit refresh.
So how can I force their browser?
|