![]() |
||
|
Best viewed with a browser
released in the 21st Century (but where possible the site is lynx-friendly) |
Home > JavaScriptorium > Pseudo JavaScript Console Pseudo JavaScript ConsolePseudo JavaScript ConsoleNetscape Navigator had a handy feature called the JavaScript Console, which allowed direct input of JavaScript statements and displayed any error messages. These days, Firefox has the great Firebug add-on. Such tools are very useful for experimenting and debugging with JavaScript. Sometimes I was forced to work at places without access to such tools: I only had standard-issue Internet Explorer, which lacked a JavaScript Console. So I wrote this page to provide at least part of that functionality for IE (and other browsers). Just enter some JavaScript code in the top half of form above, and you can run it. Output (via the For those interested, there's nothing too fancy going on: the page uses the powerful (but potentially dangerous) Warning: Be careful what you type. Some JavaScript code can wreak havoc!
Home > JavaScriptorium > Pseudo JavaScript Console |