tungwaiyip.info

home

about me

links

 

js_console

Use js_console to insert a javascript console into any of your web page. It allow you to test javascript interactively in the context of the web page. Simply add this tag to your web page:

    <script src='http://tungwaiyip.info/software/js_console/20060321/js_console.js'>
    </script>
  

You can also download js_console.js and reference it locally. This script is tested on Firefox, Opera, Safari and IE.

Demonstration

Enter Javascript expressions in the text input below. Click 'Eval' to see the output. For example, try these statements:

  • 1+1
  • new Date()
  • document.getElementById('demo_id').style.backgroundColor = 'green'

Return to my software.