Click to See Complete Forum and Search --> : Online MSWord Editor -> send with form


gerjan
04-04-2003, 02:10 AM
Hello,

I found an online MSWord - look a like - on the internet.

http://www.compenz.nl/gerjan/editor/
(also attached a ZIP)

But I am a ASP developper (and just starting with Javascript) so I need some help please.

At this moment the text that is typed comes up in an alert, but I want the input send with a form (so I can put the data in an Database).
Can somebody help me with this?

Tnx in advance!!
Gerjan

pyro
04-04-2003, 07:50 AM
What I would do is make a hidden textarea and when they hit the save button, set the value to idContent.document.body.innerHTML Now your textarea will contain the innerHTML made in the editor, and you can send it along with your form.