Hi everyone,

I have a page that includes a Rich Text editor in the HTML (like in Hotmail) so that a user can create nicely formatted documents. I also have, on that same page, a form that includes data such as the page title etc... which I want to send to a ASP page to process the data. However, the RT editor uses JavaScript (the text in javascript is called "idContent.document.body.innerHTML"

My question is, is there any way in which I can send the string in javascript (above) as part of my form to the ASP page for processing by using a submit button.

One solution that I do have (far from ideal) is to create two pages, one where the title etc... is specified and another where you enter the text, but this could become very confusing for the end user and that is not what I want!

Any ideas?

Thanks,

Adam