Trying to access http://bbsorensen.com/ordbog/?men=DownForm just returns a 403 error for me. Accessing http://bbsorensen.com/ordbog/ (without parameters) instead shows me a page containing a "ordbog.js". So everything works fine for me. I tried this with FF 6.0.2 + FB 1.8.3 + Win7 (same as Birger)
Birger, if Firebug 1.9.0a3 is not fixing the problem for you, I'd suggest you disable all extensions and test it again. If Firebug is working then, it's a conflict with an extension. If it doesn't work, then create a new Firefox profile and just install Firebug 1.8.3. Please give us feedback, if that helps. Sebastian On Sep 26, 3:29 pm, Jan Honza Odvarko <[email protected]> wrote: > On Sep 24, 7:33 pm, Birger <[email protected]> wrote:> HTML (as reported by > HTML-validator && Firebug itself): > > <html lang="da-DK"> > > <head> > > <title>Ordbog</title> > > <meta content="text/html; charset=ISO-8859-1" http-equiv="Content- > > Type"> > > <meta content="DK" http-equiv="Content-Language"> > > <meta content="dan" name="language"> > > <meta content="text/javascript" http-equiv="Content-Script-Type"> > > <meta content="text/css" http-equiv="Content-Style-Type"> > > <meta content="Birger Sørensen" name="Author"> > > <link href="index.css" type="text/css" rel="stylesheet"> > > <link href="forms.css" type="text/css" rel="stylesheet"> > > <script src="men_down_form.js" type="text/javascript"> > > <body> > > This example is not complete. I used following: > > <html lang="da-DK"> > <head> > <title>Ordbog</title> > <meta content="text/html; charset=ISO-8859-1" http-equiv="Content- > Type"> > <meta content="DK" http-equiv="Content-Language"> > <meta content="dan" name="language"> > <meta content="text/javascript" http-equiv="Content-Script-Type"> > <meta content="text/css" http-equiv="Content-Style-Type"> > <meta content="Birger Sørensen" name="Author"> > <link href="index.css" type="text/css" rel="stylesheet"> > <link href="forms.css" type="text/css" rel="stylesheet"> > <script src="men_down_form.js" type="text/javascript"></script> > </head> > <body> > </body> > </html> > > men_down_form.js: > > function test() > { > > } > > Loaded using Firebug 1.8 + Firefox 6 and it works for me (I am seeing > content of the men_down_form.js script in the Script panel. > > > Script Tab in FF: > > No Javascript on this page > > If <script> tags have a "type" attribute it should equal "text/ > > javascript" or "application/javascript" > > > Seems to me, that the script tag is there, and the type is correct... > > And yes debugging scripts is enabled (and works on other pages/sites). > > Firebug version: 1.8.3 > > Firefox version: 6.0.2 > > OS: Windows7 > > page:http://bbsorensen.com/ordbog/?men=DownForm > > I don't see any script on this page so, Firebug is correct by > saying: "No Javascript on this page" > > > Once upon a time the was a very usefull toll, called FireBug for > > FireFox. Now a days it's trying to be a lot it isn't, and even the > > basic things have problem functioning: > > Breakpoints are skipped, except for the first time, making it > > impossible to tab through execution - if it can find the source at > > all. > > Regarding the breakpoint, can you try Firebug 1.9, some related > problems > have been fixedhttp://getfirebug.com/releases/firebug/1.9/firebug-1.9.0a3.xpi > > (don't use Firefox nightly at this moment); > > Honza -- 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.
