Well ... I'm still getting problems with EditorAreaCSS.
My EditorAreaCSS property point to an server side script that load different css depending on the context. The script is using cookies information to do his job.
In FF there is no problem, but in IE the css (in fact my script that EditorAreaCSS point to) is called without sending cookies information.
I know that IE doesn't accept to inject LINK property to the header of the document via createElement method and have it's own method createStyleSheet. Do you think it' a limitation of the createStyleSheet method ?? I can't find any information about it !
Re: EditorAreaCSS multiple calls
Re: EditorAreaCSS questions
My EditorAreaCSS property point to an server side script that load different css depending on the context.
The script is using cookies information to do his job.
In FF there is no problem, but in IE the css (in fact my script that EditorAreaCSS point to) is called without sending cookies information.
I know that IE doesn't accept to inject LINK property to the header of the document via createElement method and have it's own method createStyleSheet.
Do you think it' a limitation of the createStyleSheet method ??
I can't find any information about it !