My website displays with Firefox browser, but not IE browser

rbradshaw
avatar
rank Regular

Regular


Posts: 40
Joined: 2007-12-16
Location: Seattle

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. Roll eyes to heaven

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

DoctorHarvey
DoctorHarvey's picture
rank newbie

newbie


Posts: 10
Joined: 2007-12-28

Having taken a glimp at your

Having taken a glimp at your code I'd bet on the javascript. IE usually screws up javascript thats not in the head.

Triumph
Triumph's picture
rank Moderator

Moderator


Posts: 5286
Joined: 2005-02-03
Location: Pennsyltucky, USA

DoctorHarvey wrote:Having

DoctorHarvey wrote:
Having taken a glimp at your code I'd bet on the javascript. IE usually screws up javascript thats not in the head.

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.

DoctorHarvey
DoctorHarvey's picture
rank newbie

newbie


Posts: 10
Joined: 2007-12-28

youre right, its not the

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.

Triumph
Triumph's picture
rank Moderator

Moderator


Posts: 5286
Joined: 2005-02-03
Location: Pennsyltucky, USA

DoctorHarvey wrote:youre

DoctorHarvey wrote:
... the title tag is not closed. ...

Well, you're 1/86th of the way right.

maryjane9110024
maryjane9110024's picture
rank Regular

Regular


Posts: 46
Joined: 2007-12-27
Location: Phoenix, AZ

validate your code....

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

Triumph
Triumph's picture
rank Moderator

Moderator


Posts: 5286
Joined: 2005-02-03
Location: Pennsyltucky, USA

maryjane9110024 wrote:I

maryjane9110024 wrote:
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


Absolutely correct first step! Thumbs up

maryjane9110024
maryjane9110024's picture
rank Regular

Regular


Posts: 46
Joined: 2007-12-27
Location: Phoenix, AZ

Working?

Just noticed... Pennsyltucky.. Are you in the Poconos?

How did that work?

maryjane9110024
maryjane9110024's picture
rank Regular

Regular


Posts: 46
Joined: 2007-12-27
Location: Phoenix, AZ

86 errors

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

rbradshaw
rbradshaw's picture
rank Regular

Regular


Posts: 40
Joined: 2007-12-16
Location: Seattle

validating code

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

Triumph
Triumph's picture
rank Moderator

Moderator


Posts: 5286
Joined: 2005-02-03
Location: Pennsyltucky, USA

rbradshaw wrote:Also, I do

rbradshaw wrote:
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?

I would discount that as bad advice. You can include script tags in or out of the head.