Search This Blog

Pages

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.

No comments:

Post a Comment