Does anyone know of a way how I could generate a custom preview page of what's in the editor? I know there's the preview button, which works well, but I would like to preview the content as it will look once it appears on the page, ie. integrated into the website template.
My javascript isn't that great, but I can see that the preview() function gets the content like this: objContent.DOM.body.innerHTML, and then writes it to the preview page. I also understand that preview_window.document.write( objContent.DOM.body.innerHTML) overwrites all the content in the popup window. Is there a way to pass the innerHTML content to another layer or iframe in the new document, so that only the content of that layer or frame is overwritten, and not the container page?
Thanks
Charles.
My javascript isn't that great, but I can see that the preview() function gets the content like this: objContent.DOM.body.innerHTML, and then writes it to the preview page. I also understand that preview_window.document.write( objContent.DOM.body.innerHTML) overwrites all the content in the popup window. Is there a way to pass the innerHTML content to another layer or iframe in the new document, so that only the content of that layer or frame is overwritten, and not the container page?
Thanks
Charles.

RE: Customising the preview page
RE: Customising the preview page
RE: Customising the preview page
RE: Customising the preview page
RE: Customising the preview page