How do I make the following code cross-browser compatible IE/Firefox, Mozilla?
if(FCKeditorAPI.GetInstance("editorname").GetXHTML() == '') {alert('content is empty')}
it works in internet explorer only...
Would very much appreciate someone's help on this.
if(FCKeditorAPI.GetInstance("editorname").GetXHTML() == '') {alert('content is empty')}
it works in internet explorer only...
Would very much appreciate someone's help on this.

RE: Making this code cross-browser
RE: Making this code cross-browser