• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

page refresh

Guest
Feb 05, 2007 Feb 05, 2007

Copy link to clipboard

Copied

Hi is it possable to refresh a page every 60 seconds, if so who would i do this
TOPICS
Advanced techniques

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 05, 2007 Feb 05, 2007

Copy link to clipboard

Copied

Just add this to the <head> section of your HTML document

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 08, 2007 Feb 08, 2007

Copy link to clipboard

Copied

Hi i am using <meta http-equiv="refresh" content="60" />
but this refreshs the page even if i am on another page of the website, so i get constant clicking of a page refreshing

what i want is, if a user is only on the page which has the refresh code on then it refreshes, so it must not refresh if i am only a different page ie if the refresh is on the home page and i click to goto the aboutus page, while i am on the aboutus page i can here the page still refreshing?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Feb 08, 2007 Feb 08, 2007

Copy link to clipboard

Copied

please clarify your problem:

where do you have the <meta http-equiv="refresh" content="60" /> code? is it in individual pages or in some header.cfm which is cfincluded in all pages?

do you mean that when you open another page in a new browser tab/window the old page keeps refreshing or that the new page keeps refreshing when you open it in the same tab/window (replacing the old page)?

it sounds like you have the refresh meta tag in some sort of cfincluded document which is included in every page...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 08, 2007 Feb 08, 2007

Copy link to clipboard

Copied

ok if you go to http://www.southerncooling.com/SmallNetOrders.cfm

this page has a refresh on it, then click view, this page has no refresh or cfinclude, and in the status bar at the bottom it shows the previous page refreshing?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Feb 08, 2007 Feb 08, 2007

Copy link to clipboard

Copied

i just checked your page in Firefox using "View Generated Source" from the WebDeveloper extension, and this is the first line in the source:

<html><head><meta http-equiv="REFRESH" content="60; url=http://www.southerncooling.com/SmallNetOrders.cfm">

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 08, 2007 Feb 08, 2007

Copy link to clipboard

Copied

ok that example didnt work how i was veiwing it .

if you look at http://www.southerncooling.com/test.cfm

and make sure you click on one of the view links, the next page is refreshing the previuos page when it has no refresh on

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 09, 2007 Feb 09, 2007

Copy link to clipboard

Copied

ok its not the cache i just tested it, if you do these steps from this link you should see what is happening

http://www.southerncooling.com/test.cfm

1. wait for the atuo refresh on the test.cfm
2. click on the view link
2. wait for 60 secs you will see the previous page refresh in status bar

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Feb 08, 2007 Feb 08, 2007

Copy link to clipboard

Copied

oops... checked a wrong page...
now checked the View page, and in Firefox it does not refresh and does not show anything in the statusbar... are you sure it is not your browser's chache playing tricks with you?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 09, 2007 Feb 09, 2007

Copy link to clipboard

Copied

I'm using IE 6.0 and followed the three steps you outlined. When got to the page by way of the VIEW link and waited 60 seconds, there was no refresh. This is what I would expect since the test.cfm and corresponding IFrame smallNetOrders.cfm are closed when VIEW is clicked.

Have you tried removing the metatag from the IFrame and placing it in test.cfm?

What browser and version are you using?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 09, 2007 Feb 09, 2007

Copy link to clipboard

Copied

LATEST
yes excatly thats what i thought!!

i am using 6.0 as well, why would i be getting this?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation