Monday, July 7, 2008

Power of JavaScript

No doubt.
Javascript is one of the famous and powerful client-side scripting language.
Here is an example to prove that.
By using the following line, you can edit the content of any website. Wow!!!
Check-it out...

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