JavaScript Console
On page debugging with a simple script
It can be frustrating if you want to print a display in your JavaScript. The standard method for doing this is to use an alert statement to display what you want to see. Not only are alerts annoying, they take focus away from the current object and can make your display meaningless. Here is a different approach.