hi all,

i m developing an html editor for my web page since i cannot trace out the enter key press for the available html editors for asp.net app. now i have done everything that i need with this editor but the execCommand doesnt work with IE, it works perfectly with FF. when i alerted myEditor.docume nt.queryCommand Enabled('Bold') [ for bold command ] i get false for IE where myEditor is the Iframe id which is used in editable mode....