Jump to content

Recommended Posts

Posted

I am trying to develop a website and I'm getting several Internet Explorer errors. Is it possible to diagnose the problem and suggest a fix without giving someone full access to my site?

 

The IE error messages show the error line, charcter, code....

 

Is that enough for them to go on if they can "view source".

 

thanks.

Posted

That sounds like a scripting error. You would need access to the script to diagnose it. If the script is embedded into the page viewing the source will be all that's necessary. Otherwise you need access to the .js file that contains the code.

Posted

I've generally found IE's error messages too cryptic to be worth much.

 

If you have or can get Firefox, it has somethng called the Javascript Console. Look in the Tools menu at the top. It will give you much more useful information about the error, including what's wrong and what file it's in.

Posted
I've generally found IE's error messages too cryptic to be worth much.

 

If you have or can get Firefox, it has somethng called the Javascript Console. Look in the Tools menu at the top. It will give you much more useful information about the error, including what's wrong and what file it's in.

Well thank you very much. I just happend to download Firefox about a week ago and this sounds like another great use for it.

 

I know I can't make heads or tails from the IE error message details.

  • 2 weeks later...
Posted
I've generally found IE's error messages too cryptic to be worth much.

 

If you have or can get Firefox, it has somethng called the Javascript Console. Look in the Tools menu at the top. It will give you much more useful information about the error, including what's wrong and what file it's in.

Well thank you very much. I just happend to download Firefox about a week ago and this sounds like another great use for it.

 

I know I can't make heads or tails from the IE error message details.

 

 

Try this tool on the lower right corner of www.dnsstuff.com to check HTML error, since you are not sure whether it is a script or HTML error.

 

Andrew

Posted
I am trying to develop a website and I'm getting several Internet Explorer errors. Is it possible to diagnose the problem and suggest a fix without giving someone full access to my site?

 

The IE error messages show the error line, charcter, code....

 

Is that enough for them to go on if they can "view source".

 

thanks.

 

Clicking the exclamation point usually at least tells you the line number that the error is on. A lot of times the onload= attribute in the <body> tag is calling a function that doesn't exist or with wrong parameters i.e. <body onload="preloadImages()">

 

Where preloadImages() is not defined or needs some parameters like preloadImages(image1.gif,image2.gif)

 

I could take a look at the source if you post or PM me a link.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...