Hi..
I hope to use this in an IFrame environment where the RTE will be within an IFrame on the main page.
This way it can service several textarea's at once.
Now.. What I hope to do is to pass throught via the IFrame URL the form (frm1) and the control (textarea) of textbox to be updated.
This will be used by the ASP side to generate a piece of Javascript that will do essentially this
RTE.DivArea.Contents = parent.'frm1'.'textarea'.values
When the submit button on the RTE form is pressed then it will do a
parent.'frm1'.'textarea'.value = RTE.DivArea.Contents
and return the value to the calling control.
Can you tell me how to access and the correct calling proceedure to create and retrieve the contents of the RTE text.
Many Thanks
Marc