PDA

View Full Version : what is wrong with the Javascript?


richb2
08-12-2002, 01:17 AM
What is wrong with this page on line 292 and line 14? Here is the path http://www.stonehousecom.com/agent_workstation.htm

adios
08-12-2002, 01:22 AM
Read #3 first. :rolleyes:

http://www.codingforums.com/showthread.php?threadid=2090

richb2
08-12-2002, 01:40 AM
Adios, thanks for the quick reply. BTW, here is #3

There are generally two types of people- ones that simply dump their entire page or problem and expect everyone to spend hours solving everything for them, and those that do their own homework first, and only ask very specific, manageable questions. The later invariably gets more and better responses from others. When you're lazy, do not expect us to be hardworking for you.

"and only ask very specific, manageable questions"

Now, my question was specific to two line numbers. If you don't know the answer or feel that it is below you look at those two line numbers, please skip replying.

Thanks

mordred
08-12-2002, 02:18 AM
Do you *really* expect from us to manually count the line numbers in your source code, extract all code from the external javascript files and to figure out by ourselves what you actually want to achieve? The only thing you did was to type down the content of the javascript errors messages.

richb2
08-12-2002, 02:42 AM
Never mind. I trialed and errored it . I would really prefer if there was a syntax checker for Javascript rather than asking you guys. And how about a reasonable debugger of a (microsoft) Codeview type level of information? There seems to be very little in the way of tools for debugging these javascript pages. The use of Notepad as the "best way" to create javascript programs is weak at best.

mordred
08-12-2002, 03:07 AM
Concerning the debugger, you could check out Venkman (http://www.mozilla.org/projects/venkman/).