Hi Guys. Just open up a website in your browser and type the followingcode into your address bar and press enter: javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 Code (markup): Voila!! You can edit the website!!
Old news and all this does is entice new people to try and scam people when selling domains/websites..
Well I dont care if its been posted before I have never seen it.. pretty cool.. can think of a few uses when doing screen captures..hah good stuff
I have found that if you populate your page via AJAX by sending html in xmlhttp responsetext, creating DOM elements and inserting via innerHTML the html is not visible if you view source! It is present in the DOM and if you have a DOM inspector you can grab it there. I think the average surfer would just wind up scratching their heads though!