Edit Me
Just saw an interesting bit of JavaScript that allows anyone to edit the content of a web page from IE or FireFox. This is a JavaScript trick that runs on the client side and does not have any effects on the actual file on the server. With this you can change the text of a web page to your hearts content.
Once you visit a page you are interesting in modifying, enter the following JavaScript in the address or location bar all in one line.
javascript:document.body.contentEditable=’true’;document.designMode=’on’; void 0
To edit this page, just click here.
Technorati Tags: javascript, firefox, ie, kewl