|
Posted by David Dorward on 09/06/07 07:50
On Sep 6, 7:47 am, Harry Bellafonte <goodmin...@hotmail.com> wrote:
> I have created a webpage. When I open it in a browser I see in the
> bottom left corner the text 'Done" with an exclamation mark. If I
> double click on it a small internet explorer window opens with the
> following content:
> Line: 3
That's a JavaScript error.
> How can I find the third line where the error occurs, because on the
> third line in the html code there is only a head tag.
If I remember correctly, the line numbers in IE are for all the
JavaScript referenced by the page as if they were combined into one,
separate, single file.
>Should I use another program to realy find the
> right spot where the error occurs?
Assuming the JS doesn't error only in IE, then you'll probably find it
a lot easier to track down using Firebug for Firefox.
http://www.getfirebug.com/
http://www.getfirefox.com/
--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/
Navigation:
[Reply to this message]
|