Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Refresh Page
Name: chrismr Date: July 8, 2008 at 09:30:36 Pacific OS: XP CPU/Ram: P4 Product: SELF
Comment:
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 press enter, the picture is not displayed. If I choose refresh on firefox's gui, I sometimes see the photo. Then it will go away. When I view the page using IE, the photo is always displayed. Is this a setting on the browser that is causing this, or on the Web Server. I am running IIS.
Name: Michael J (by mjdamato) Date: July 8, 2008 at 10:12:38 Pacific
Reply:
I don't see why that would happen. However, I did notice some odd/non-standard things in the HTML code. You could try cleaning some of that up to see if it helps.
1. You gave all the images the same ID. Elements on a page must have unique IDs.
2. The ALT parameters for the images have a leading space. Nothing technically wrong with this, but I'd remove it myself.
3. One image has a comma and space in the file name. Again, nothing technically wrong with this, but it's best to exclude special characters in file names.
Michael J
0
Response Number 2
Name: chrismr Date: July 8, 2008 at 20:56:23 Pacific
Reply:
I don't understand how this came to be. I have made this these pages using DreamWeaver. I am not all that great with HTML code.
0
Response Number 3
Name: Jaypee666 Date: August 7, 2008 at 15:38:05 Pacific
Reply:
some times this can happen if your browser is accessing a cached page.
One way around it is to refresh the page by holding Ctrl and pressing F5, this will force your browser to reget the page and all images from the server.
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 refresh pages. A) It consumes bandwidth. Especially wit...
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> <head> <title>Untitled Document</title> <...
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. What i mean, is that like I will put a photo and ...