Mini JavaScript Editor
XML Menu Suite
Build powerful, client-side DHTML menus using XML for data and CSS for style. No JavaScript data! No having to place list elements on every single page of your website! No plug-ins!

Mini JavaScript Editor is an online tool that allows you to enter and execute any JavaScript code on the fly.

To use the editor, type JavaScript source code into the JavaScript Input field, and then press the Run JavaScript button to execute it.

More information is below.

Mini JavaScript Editor

JavaScript Output:

JavaScript Input:

Info

You can send output to the JavaScript Output field by calling the built-in out() method from within the JavaScript Input field. The out() method accepts one parameter, and sends that value to the JavaScript Output field. For example, the code out("foo"), in the JavaScript Input field will cause the text foo to be printed to the JavaScript Output field. For an example, click the Load Example button, and then click the Run JavaScript button to execute it.

Note: If you execute invalid JavaScript which produces a JavaScript error, you may want to reload the page by pressing the Reload Page button. This has the effect of clearing the memory.

Improvements

12/19/2003: Fixed bug in out() method. Successive calls to the method had been clearing the previous content of the JavaScript Output field.

12/14/2003: Added JavaScript Output field and Reload Page button.