I have implemented a WYSIWYG editor that allows users to modify websites from browser. I now can make the changes to a page, but i need to save those changes. I tried to use innerHTML and save that, but innerHTML is not giving the actual source . I need a way by which i can take the current(modified) contents of a page and save it. If anyonehas suggestions plsss tell...this is urgent!!!!