Page 1 of 1

How to solve this bug ?

Posted: Mon Nov 11, 2002 11:44 am
by rax369
What could be causing this problem at the client side ?

Image

I have tested my page at the server side thousand of times and I have never had, that buggy message. I dont have idea to what line of code refers that "line 48" expected ")"

HELP PLEASE :cry:

Posted: Mon Nov 11, 2002 4:00 pm
by volka
have you tried to press "Yes"? ;)
Probably a kind of debugger will popup and show you line 48 (as seen by the client)

javascript errors

Posted: Mon Nov 11, 2002 5:23 pm
by phpScott
JavaScript errors are the biggest pain in the a**. The best way I find to try and debug js is to use netscape 7 as it has a very handy javascript console as they call it that is way better at figureing our js erros compared to IE. It under tools and nternet options or something of the like.

Your error probably refers to line 48 or there abouts give or take 5 lines. If you have php code generating the javascript you will have to do a view source and count down 48 lines to find the write spot.

If you don't mind posting your code we can all have a better look at it.

phpScott

Posted: Mon Nov 11, 2002 5:35 pm
by volka
having MS InterDev installed I have no problems with debugging JS errors occuring in IE
(ok, I know: shut up, volka :D )