Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  Wysiwyg  Just Starting Your DesignNext Question:  Mime  Just Starting Your Design
Question Auto refreshing page ( SitePoint Forums Just Starting Your Design )
Updated: 2008-08-12 07:18:43 (5)
Auto refreshing page

how do you make a page refresh each time it's accessed? i don't want the browser to use it's cache... i know you can send header info on each of these pages(which doesn't always work, esp when the user clicks the back button) but i was wondering if there is another way?

Answers: Auto refreshing page ( SitePoint Forums Just Starting Your Design )
Auto refreshing page

How about using a META refresh tag in the header?


<meta http-equiv="refresh" content="0;URL=index.html">


Dan Morgan

Auto refreshing page

You could do it that way and put the page you wanted refresh in where glenplake has index.html or you could leave out the page and do it like this. Either way will work. The top one is generally used to refresh to another page.
Code:
<META HTTP-EQUIV="REFRESH" CONTENT="0">

nspencer

Auto refreshing page

Yeah, nspencers example will refresh the particular page its on so his way seems best in this situation!


Dan Morgan

Auto refreshing page

thanks guys for the help!

redemption

Auto refreshing page

No problem. Glad to help.

nspencer

Previous Question:  Wysiwyg  SitePoint Forums  Just Starting Your DesignNext Question:  Mime  SitePoint Forums  Just Starting Your Design

- Source: Auto refreshing page SitePoint Forums Just Starting Your Design
- Previous Question: Wysiwyg SitePoint Forums Just Starting Your Design
- Next Question: Mime SitePoint Forums Just Starting Your Design