View Single Post
  #17  
Old October 29th, 2003, 07:32 AM
Ruatha's Avatar

Ruatha Ruatha is offline
Major General
 
Join Date: May 2002
Location: Linghem, Östergötland, Sweden
Posts: 2,255
Thanks: 0
Thanked 0 Times in 0 Posts
Ruatha is on a distinguished road
Default Re: PBW Emergency Site files v1.51 Finished and fixed.

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 ]
Reply With Quote