Quote:
Originally Posted by adityavishnu
hey i understood what u said....
kindly tell me which error console to use...that will make it very much easy to program
thank you
|
All browsers now have a full JavaScript debugger built in (except Firefox which has several extensions available to add a debugger such as Firebug). So you can even go beyond the error console and step through your code one command at a time and see exactly what gets updated and what the values it uses are.
Press F12 in IE and Chrome to access the developer tools.