Web
Few more things
Here are few extra tricks that don't require a full page
DesignMode
It controls whether the entire document is editable. Handy for quickly editing text on a web page.
document.DesignMode = 'on'; // off
Here are few extra tricks that don't require a full page
It controls whether the entire document is editable. Handy for quickly editing text on a web page.
document.DesignMode = 'on'; // off