If you get a message in the Console panel about a function not defined, then you tried to call a function that is not defined. The firefox js engine is telling you that, firebug is just reporting. jjb
On Jul 17, 10:31 am, Dale <[email protected]> wrote: > Firebug is telling me that my functions are not defined when they > are. However, I have all my variables declared and all my functions > defined in one <script.....></script> entry in the <head> section of > the html file. Some tutorial I read (I don't recall which) advised to > put all functions in the <head> section, but could that be why Firebug > is reporting it as not defined? -- 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.
