Hi.
I just find this excelent program. It is great.
But I had a small problem with it.
I use <textarea> to write some message.
But.. on form these are a 4 hidden field.
User can click on flag and change language.
Its work great. For example:
<input name="en" ....>
<input name="de" ...>
<textarea name="main"></textarea>
Now I switch it:
document.formula.main.value=document.formula.en.value;
It work. But when I enable FCK editor, then does not work.
Its looks like text is saved in any value on class.
So.. How I can receive and send text in JS script to textarea?? Mayby class had any reload function ?
ciao
I just find this excelent program. It is great.
But I had a small problem with it.
I use <textarea> to write some message.
But.. on form these are a 4 hidden field.
User can click on flag and change language.
Its work great. For example:
<input name="en" ....>
<input name="de" ...>
<textarea name="main"></textarea>
Now I switch it:
document.formula.main.value=document.formula.en.value;
It work. But when I enable FCK editor, then does not work.
Its looks like text is saved in any value on class.
So.. How I can receive and send text in JS script to textarea?? Mayby class had any reload function ?
ciao