JavaScript Shell
JavaScript Shell is an open source interactive interpreter for Javascript. It has some nice features you might not expect like property name autocompletion.
There’s nothing to install, you can use it from your browser, and it works in both Firefox and IE.
In particular, see the Firefox bookmarklets. One allows you to open an interactive shell on any web page. Others allow you edit the styles of the document and see the changes in real time, or lets you see the script generated source of the document as HTML; good for understanding dynamically generated pages.
2 Comments so far
Leave a comment
Hi
I did like your blog postings and comments but i have soem problem if some1 could help me out.
Does anyone know how to pass html table data from parent to a child form html table ? Or may be you could let me know any URL related to this topic.
Any kind of help is highly appericiated.
Thanks
Imran Hashmi
http://www.visionstudio.co.uk
By imran on 11.04.05 7:53 am
Actually, the bookmarklet doesn’t work in IE.
But I just made some modifications to the bookmarklet, allowing it to run in IE.
The auto-completion in IE still has a problem: it lists some but not all the possible completions.
More info at: http://blog.monstuff.com/archives/000287.html
By Julien Couvreur on 04.20.06 1:58 pm
Leave a comment