Mike, you're a genius, thanks. I should have spotted that! - It works now.
Thanks again, that's made my day! (and I've learned some stuff.)
Cheers.
Matt.
malsup wrote:
>
>
> Ooops. This is obviously wrong:
>
>> if (a[i].name = 'editor') {
>
> It should be:
>
> if (a[i].name == 'editor') {
>
>
> Mike
>
>
--
View this message in context:
http://www.nabble.com/JQuery%2C-Form-plugin-and-FCKeditor-tf3666628s15494.html#a10254427
Sent from the JQuery mailing list archive at Nabble.com.

