My website displays with Firefox browser, but not IE browser
Posted: Fri, 2007-12-28 09:14
I posted here in the beginner forum because the other forums did not apply, however, I am not sure it applies here unless I've made a beginner error.
Here is my link...
http://www.vistasense.com/prototype3.html
There is no rendering in IE browsers. I tried different computers, and still nothing. Any thoughts?
Thanks,
Randy


newbie
Posts: 10
Joined: 2007-12-28
Having taken a glimp at your
Posted: Fri, 2007-12-28 11:26
Having taken a glimp at your code I'd bet on the javascript. IE usually screws up javascript thats not in the head.
Moderator
Posts: 5286
Joined: 2005-02-03
Location: Pennsyltucky, USA
DoctorHarvey wrote:Having
Posted: Fri, 2007-12-28 12:17
Really? Can you please explain more or provide a link to bolster your claims.
Personally, I'd bet on the invalid markup. I didn't delve into it at all because there's no point.
newbie
Posts: 10
Joined: 2007-12-28
youre right, its not the
Posted: Fri, 2007-12-28 12:31
youre right, its not the javascript, but the title tag is not closed. anyways, I used to have a lot of problems with IE rendering a blank when I had javascript, but I can't reproduce it right now. Might have been IE6.
Moderator
Posts: 5286
Joined: 2005-02-03
Location: Pennsyltucky, USA
DoctorHarvey wrote:youre
Posted: Fri, 2007-12-28 12:45
Well, you're 1/86th of the way right.
Regular
Posts: 46
Joined: 2007-12-27
Location: Phoenix, AZ
validate your code....
Posted: Fri, 2007-12-28 14:11
I would first try validating my code through w3c.org. Sometimes it finds things you normally would not.
http://validator.w3.org/#validate_by_upload
Moderator
Posts: 5286
Joined: 2005-02-03
Location: Pennsyltucky, USA
maryjane9110024 wrote:I
Posted: Fri, 2007-12-28 14:16
Absolutely correct first step!
Regular
Posts: 46
Joined: 2007-12-27
Location: Phoenix, AZ
Working?
Posted: Fri, 2007-12-28 14:33
Just noticed... Pennsyltucky.. Are you in the Poconos?
How did that work?
Regular
Posts: 46
Joined: 2007-12-27
Location: Phoenix, AZ
86 errors
Posted: Fri, 2007-12-28 14:37
This page is not Valid XHTML 1.1!
Result: Failed validation, 86 Errors
File:
Use the file selection box above if you wish to re-validate the uploaded file D:\Documents and Settings\mdillon\Desktop\prototype3.html
Regular
Posts: 40
Joined: 2007-12-16
Location: Seattle
validating code
Posted: Fri, 2007-12-28 20:30
my apologies to those who provided feedback. I thought I had validated the most recent version of code (prototype3), but it appears I did not. Normally, I do before posting here.
Not sure why IE craps out when </title> was not closed correctly.
Also, I do have embedded javascript for the "last modified" date, and noticed it works on Firefox, but not IE. Is javascript something that one should stay away from because of the problems associated with IE?
What is the significance of putting the javascript in the <head>?
Thanks,
Randy
Moderator
Posts: 5286
Joined: 2005-02-03
Location: Pennsyltucky, USA
rbradshaw wrote:Also, I do
Posted: Fri, 2007-12-28 21:23
I would discount that as bad advice. You can include script tags in or out of the head.