Search This Blog

Pages

Showing posts with label Web page editing. Show all posts
Showing posts with label Web page editing. Show all posts

Thursday, February 25, 2010

Web page editing

check this out:

just copy this javascript in your browser andd you will be able to edit any webpage-->

  • javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

now you are able to edit the page on client side.