All is well ( I thought there was a bug but I had forgotten to update my own site....

)
I need to find a way to make the page refresh every time it is visited.
The meta tag I'm using now doesn't seem to work.
And I don't want it to refresh every X second.
And I don't want to use Java, only HTML or PHP.....
EDIT 1:
Problem seems solved, stand by for ver 1.52 coming soon. (hours)
EDIT2:
Nope not that easy!
Edit3:
I've tried:
code:
<script language=" JavaScript" ><!--
function MyReload()
{
window.location.reload();
}
//--></script>
Then change your <Body> to say;
<Body onLoad=" MyReload()" >
and
code:
<META HTTP-EQUIV="Pragma" CONTENT="no-Cache">
<META HTTP-EQUIV="EXPIRES" CONTENT="Mon, 31 Dec 2001 23:59:59 GMT">
Still don't work.
If players after uploading their turnfiles doesn't press refresh on their browsers they think the upload has failed!
Needs to fix this!
[ October 29, 2003, 08:05: Message edited by: Ruatha ]