On Sep 27, 1:28 pm, Birger Sørensen <[email protected]> wrote: > Link should have been http://bbsorensen.com/ordbog/index.php?men=DownForm > my mistake. > > Turns out, the reason was an error in the script - a missing { - which > Firebug usually displays as an error, but this time decided, that there > was no scipts on the page at all. Not very usefull.
Yes, I know. Firebug can debug runtime errors, but not syntax errors. There's already an issue for this: http://code.google.com/p/fbug/issues/detail?id=2935 But I guess as long as Firebug doesn't integrate a JavaScript parser this problem can't be solved. > The reason for the script, was to have the submission of the form do two > things - a download and displaying a message. > But to have a reasonable fallback for those with js disabled, I have > decided to do it differently, so the visitor now will have to click one > more time to get the download. > That can be done without the js - so there is now no need for the script. > > I have installed Firebug 1.9.0a3 - but I am not able to tell if it makes > any difference. In this case 1.9.0a3 won't make a difference because of the reason mentioned above. Please note, that you can at least see syntax errors inside the Console panel. Sebastian -- 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.
