What Firebug + Firefox version do you use?
Please test with Firefox 14 + Firebug 1.10
Can you attach your files so, i can try it on my machine?
(I did a quick test and it seems to be working for me).
Honza
On Jul 27, 5:01 pm, Richard Demers <
radem...@comcast.net> wrote:
> I have Firebug installed in Firefox and it works for other websites, but
> when I open Firefox for the (local to my PC) website, all I see in the
> console is this message:
> <HTML><HEAD><TITLE>404 Not
> Found</TITLE></HEAD><BODY><H1>HTTP/404<br></H1><H2>The requested URL alias
> for /C:/Users/myfolder/jquery-1.7.2.js is not defined.</H2></BODY></HTML>
> My sandbox.html file,sandbox,js file and the jquery-1.7.2.js file are all
> in the same folder.
> My sandbox.html file contains <script type="text/javascript"
> src="jquery-1.7.2.js"></script> in the head.
> How do I get past this presumably very basic problem?