| Author |
Auto Refresh Page?
|
|
| PAB1953 2004-05-14, 9:28 am |
| I've read threads on this subject but there seem to be conflicting views on how
best to deal with it.
The basic need is to have a page auto-refresh when it's opened so it always
shows the most current content.
Any ideas?
Thank you.
| |
| N Rohler 2004-05-14, 9:28 am |
| within header:
<meta http-equiv="refresh" content="30">
| |
| dochockey 2004-09-01, 4:15 am |
| I am having the same problem. I need a page that auto-refreshes every time it
is opened.
had <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
replaced with the suggestion <meta http-equiv="refresh" content="30">
page still doesn't auto-refresh. suggestions?
| |
| ZhongQiang 2004-09-01, 4:15 am |
| maybe u might wana place the link of your website here?
Originally posted by: dochockey
I am having the same problem. I need a page that auto-refreshes every time it
is opened.
had <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
replaced with the suggestion <meta http-equiv="refresh" content="30">
page still doesn't auto-refresh. suggestions?
| |
| ZhongQiang 2004-09-01, 4:15 am |
| hmm... which is the page which is supposed to be auto refreshed ?
Originally posted by: dochockey
http://colormeimpressed.com
when you click on a link in the nav menu on the right side, the resultant page
will not auto-refresh changes made
thanks,
Doc
| |
| dochockey 2004-09-01, 4:15 am |
| Xref: newsfeed-west.nntpserver.com macromedia.dreamweaver:960703
ultimately I want all the pages to refresh, but specifically I changed the code on the "Downloads" link
| |
| ZhongQiang 2004-09-01, 12:15 pm |
| hmm.. you could make use of the <meta http-equiv="refresh" content="30"> tag
and place it in the head of the html code. it should worked.. i always used it
and it had nvr disappointed me. =)
Originally posted by: dochockey
ultimately I want all the pages to refresh, but specifically I changed the
code on the link to downloads.htm
| |
| dochockey 2004-09-02, 4:15 am |
| Originally posted by: ZhongQiang
hmm.. you could make use of the <meta http-equiv="refresh" content="30"> tag
and place it in the head of the html code. it should worked.. i always used it
and it had nvr disappointed me. =)
Originally posted by: dochockey
ultimately I want all the pages to refresh, but specifically I changed the
code on the link to downloads.htm
I'll take your word for it...thanks.
Maybe you can tell me how this plays into the problem and if there is a way
around it? The site is cloaked, so when you try to manually refresh a page
(other than the index page) from the browser it reverts back to the index page.
So I'm not sure if its the page not telling the browser to refresh or if the
browser can't figure out it should refresh the page because of the cloaking.
| |
| chad_lindsey 2005-03-18, 12:19 pm |
| not sure if this helps or not, but here ya go.
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true); |
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |