Yes, I know this is a Firebug forum but this is a question about
debugging JavaScript with Firebug so I thought someone might have run
into the issue and thought about it.

Regarding the suggestion to use "strict" mode to make Firefox catch
this, I assume you're talking about using a DOCTYPE like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
TR/html4/strict.dtd">

But that didn't help.  Firefox still let it through while IE and
Chrome shut down the interpreter. DOCTYPE apparently tells Firefox how
to interpret HTML but not JavaScript.

The stray HTML line, by the way, that shuts down IE and Chrome but not
Firefox is shown below:

<script type="text/javascript">

    <a href="http://www.google.com";>  Google </a>



    var order;
    var item;
    var last;
       .
       .
       .

Oh well.  Thanks anyway.

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to