#1 (permalink)  
Old 08-13-2003, 01:36 PM
Registered User
 
Join Date: Aug 2003
Posts: 3
Unhappy Browser Refesh

Does anyone know how to force a browser refresh on HTML pages.
I am currently using

'<META HTTP-EQUIV="REFRESH" CONTENT="10">'

in the <HEAD> but this forces continual refreshing.

I would like to refresh only once on each page loading !!

I would appreciate any advice.

Cheers
Reply With Quote

  #2 (permalink)  
Old 08-16-2003, 06:23 AM
Till's Avatar
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
JavaScript.
Reply With Quote
  #3 (permalink)  
Old 08-19-2003, 12:21 PM
Registered User
 
Join Date: Aug 2003
Posts: 3
Unhappy

Do you have some Javascript that will perform this task ?

Please advise

Cheers

Gary
Reply With Quote
  #4 (permalink)  
Old 08-20-2003, 05:51 PM
Till's Avatar
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Well, it's easy. You use a JavaScript that refreshed your page and put in a little testing code.

I would set this onLoad:
Code:
var testReloadDone=false;
Then, in your refresh:
Code:
...
if(!testReloadDone){
  // do refresh
  testReloadDone=true;
}
Enough hints?
Reply With Quote
  #5 (permalink)  
Old 09-15-2003, 06:22 AM
Registered User
 
Join Date: Aug 2003
Posts: 3
Wink

Cheers
Reply With Quote
  #6 (permalink)  
Old 11-16-2005, 08:08 PM
Registered User
 
Join Date: Nov 2005
Posts: 2
hmm..

hi guys, im trying to do just as suggested, but i am such a newbie that i dont know how to code that javascript..

any help to code anyone?

i just need to refresh the page once upon loading.. not continuously or anything..
Reply With Quote
  #7 (permalink)  
Old 11-16-2005, 08:33 PM
Registered User
 
Join Date: Nov 2005
Posts: 2
i think i got it!

from another page..

<body onload="if (location.href.indexOf('reload')==-1) {location.replace(location.href+'?reload')}">



http://www.dynamicdrive.com/forums/a...hp/t-5294.html
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 12:30 PM.

 
Bitrix
Clicky Web Analytics
CloudContacts
Maxtango


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter