Is it possible to let any uncatched javascript exception or syntax error (which stops js execution in a standard browser) a php exception be thrown?
I tried to call a non existing js function in document.ready, but panther dod not complain, I was still able to click links etc.
Thanks in advance!