Summary: When I goto my home page using firefox, the picture on the left does not always diaplay. http://www.chrismr.com/new/new.htm If I enter the URL and pr...
Summary: I assume that you are using a PHP Nuke Module. Remember to specify this to make the helper's work easier. I advise against using JavaScript to refres...
Summary: Is there a way to use javascript to refresh a page once onLoad? w/out getting stuck in a loop? I have this but it gets stuck in a loop: <html> <...
Summary: Hey, i am developing a website for the board of education. But, i have a little problem... I dont know how to refresh just the portion of the website....
Summary: Hi there, Wondering if anyone can help me, maybe if there is a program that i can use that will auto refresh a page for me once it has fully downloade...
Summary: Hi Chad, SN, James, hello everyone I personally like framed pages when they are created properly. My favorite framed site. :-) With the exception of v...
Summary: ok so META is the obvious way to refresh a page after a certain amount of time but what about if that time is 30 minutes... in theory it should work f...
Summary: Put this in the head of your document: <META HTTP-EQUIV="Refresh" CONTENT="3;URL=URL_to_document"> The '3' represents the number of seconds to pass...
Summary: A html-page (created by PHP), displays a table, filled from a database. The table contains b.e 40 lines and the screen can disply 15 lines. So I want ...
Summary: ok heres the deal i have a frame set, 1 of the frames is hidden, it contains a script, which is exectuted every 3 mins via meta refresh, works great, ...
Summary: When I open my IE browser, I get the message "the page cannot be displayed" Then I have to click the refresh button to get access to the page, after t...
Summary: Never mind, I'm the one that's dense. It's been a long while since I've used those. Yes, the page that calls the include must have the unique extensio...
Summary: Hi guys i have a problem with my web i hav cpanel 8 and in my web i allways update some new thing but when i save it dosnt come i have to refreh the p...
Summary: Hey, this is probably really simple, but I'm not finding any help anywhere else..so... When I'm editing a web page in notepad, change something and sa...
Summary: If the frame you want to refresh is the same one that initiated the popup, then you can use this: window.opener.document.location.href="PageToRefres.h...
Summary: yeh we all know the meta refresh tag.. can be very useful, but heres the problem 1: not every 1 has meta refresh allowed (not a big problem but never ...
Summary: Hi. I'm trying to start a website, but i can't find a way to get this working- I want to load different content in a page, without loading the whole p...
Summary: can anyone fix my problem im trying to inclode an anchor in my page and have it called upon in a meta refresh:- <META HTTP-EQUIV=Refresh CONTENT='1...
Summary: When I look at my PHP Info (Which you can look at http://ptrw.com/phpinfo.php) the page continues to flash, and I am guesing it is refreshing, it disp...
Summary: I host my own web site. If I make a change to a page, update a photo or soemthing, and I revisit the page with my Firefox Browser, I will see the upda...
Summary: I need help with scripts i think.. I took a course in dhtml and html in hs but it was a while ago and ive been cramming a bunch of networking stuff in...
Summary: On second thought, try adding this to the top of the page that is not being refreshed: header("Cache-Control: no-cache, must-revalidate"); Michael J...
Summary: My question refers to below post earlier. This works fine, But I have a different problem. I have a tabbed page and using location.href+'?reload' tak...