Quote:
Originally posted by eiSecure
With a little tweaking of the Javascript, you can get it to work.
When the user presses the 'save' button, the contents of the iframe (in HTML format) is passed to a hidden form field called 'message'.
That's just a regular input box that's hidden... you can probably make the spell check work through there. :bunny:
|
Indeed. Then I'd just have to reverse the process to make idContent.document.body.innerHTML = vbform.message.value. You are smart
And to think I was going to try to grab idContent.document.body.innerHTML