I came across a neat javascript trick to edit the webpage you are viewing by copy pasting the following in the address bar and pressing enter :
pretty straight forward ..it worked
but i also read that you can then turn this editing mode off by :
but it does not seem to work on my firefox 3.
It did work on IE7.
Is it just firefox 3 or firefox does not support this second function.... or is it a bug in firefox
| Code: |
| javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200 |
pretty straight forward ..it worked
but i also read that you can then turn this editing mode off by :
| Code: |
| javascript:document.body.contentEditable%20=%20'false';%20document.designMode='off';%20void%200 |
but it does not seem to work on my firefox 3.
It did work on IE7.
Is it just firefox 3 or firefox does not support this second function.... or is it a bug in firefox
