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: , , ,

Related posts:

  1. Accessing Local Files With Mozilla XPCOM
  2. Firefox Extension: ScreenGrab!
  3. Google Chrome
  4. Dynamically Create HTML Elements with JavaScript
  5. Netbook Top Tech Tip
  6. Developing a Real-World Web Application with NetBeans 5.5 Visual Web Pack


Leave a Reply