javascript:document.body.contentEditable='true';document.designMode='on';void0 This is the code from which the whole page is edited I change anything I want in it then I want that modified page to be replaced in Database is that possible through code I am working on it if some questions plz reply
It's possible but quite difficult, you'll need to use some Ajax (google it) and have a script on the server side to talk to the db.