so you maybe used some javascript function call in an "onclick" attribute. and when you try it out: error. function is not defined.
I got that from firebug, while calling some function I clearly defined in my header-script.
figured it out pretty quick: the same age-old error that plagued me since forever.
a typo in the syntax of the js function broke the script, thus rendering it useless.
so always check for typos (or pay attention to eclipse highlighting them for you).
Comentarii