-boRg- wrote:
Try using a button with an onSubmit or onClick event that fires your javascript |
The thing is that i CAN'T use a regular submit button, i'm trying to
incorporate the RTE into an existing design. It uses regular images
as buttons with a A href link around them. Is it possible to modify the
javascript submit call to actually post the correct field values.
It does post and submit, but it only posts the data in the
textarea that is there when i first load the page. If i would edit
and add some text, it will still only display the old value.
But if i change to a submitbutton the new values is displayed.
I saw this in another post:
document.getElementById('WebWizRTE').contentWindow.document.body.innerHTML
its not something like this i need to call the submit link?
Thanks again