Hi
I have created my Rich Text Editor, and it all works fine.
However I have come accross a problem when trying to insert the data
into a database.
I have put the iframe into a form and am using the normal
request("ifame id")to try to collect the data.
however it does not seem to want to get the contents of the iframe.
Is there something special I have to do?? I have checked all my
connections and everything is working fine, I can insert a normal input
box from the same form.
Help would be greatly appreciated.
Cheers
AnthonyWJones - 24 Jan 2006 15:49 GMT
Not everything inside a form is going to be posted back to the server on
submit.
Only those elements designed to carry form data and accept input from the
user will.
iFrame certainly isn't one of them.
You could use a hidden input and onclick of the submit read the contents
from your I frame into the value of the input.
BTW, this is hardly a DB question.
Anthony.
> Hi
>
[quoted text clipped - 15 lines]
>
> Cheers