Hi. I am attempting to implement some of CuteEditor's technologies into my own hybrid editor, and everything is working fine in Firefox, but in IE, the insertHTML function is different than it is for Firefox (go figure) and seeing as I'm not using the CuteEditor editor but my own editor window, I need to find out what obj_Editor# is. When I ask IE what it is, it respons [object Object]. Does that mean it is the frame object of the editor? like window.frames["objecteditor"] or something else? I know it has to be an object that can have the .getSelection() function executed on it and have it return the selection. Any ideas?
I really need help with this problem, so please get back to me ASAP.
Thanks,
Phil