In google chrome we can check javascript errors and page loading time etc., on javascript console..
you must open the javascript console in order to check the errors.
> click on the Page icon on the right of the url bar > Select Developer then Javascript console, now the console window will open.
> Then click on Resources on console window. Refresh the browser
Now you are ready to debug/view javascript errors, when any error occurs, you can see the redicon with number..
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
In google chrome we can
Sun, 07/26/2009 - 20:59 — adminIn google chrome we can check javascript errors and page loading time etc., on javascript console..
you must open the javascript console in order to check the errors.
> click on the Page icon on the right of the url bar
> Select Developer then Javascript console, now the console window will open.
> Then click on Resources on console window. Refresh the browser
Now you are ready to debug/view javascript errors, when any error occurs, you can see the redicon with number..