15Jul/070
Cool Javascript Code
Copy and paste this little snippet into your browser and see what happen to your current window:
javascript: document.body.contentEditable='true'; document.designMode='on'; void 0
To test it, click on any text in page and type any string you want.
Credit goes to DNVC from namepros forum.








