works for me with v1.5b Gecko/20030712 -- mailto:[EMAIL PROTECTED] Monday, August 4, 2003, 6:23:59 PM, you wrote:
SB> (this is somewhat off-topic, but it is occurring in a CF application, if that helps. I had asked this on another list without getting any replies, which could mean no one understands what I'm SB> asking -- that happens a lot) SB> I'm trying to implement the Cross-Browser Rich-Text Editor (as available at http://www.kevinroth.com/rte/demo.htm -- the creator of it hasn't gotten back to me at this point) and have it working SB> in IE6. SB> However, on Mozilla 1.3 (it's only supposed to work on Moz 1.3+), I'm having quite a few difficulties. SB> My problem line right now is in a JS file and looks like this: SB> document.getElementById('testFrame').contentDocument.designMode = "on"; SB> That's giving me the following error: SB> Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.designMode]" nsresult: SB> "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: SB> http://www.squidswimteam.org/dev/lib/htmlEdit/richtext.js :: Start :: line 141" data: no] SB> Before that, I'm able to output the value of the designMode attribute (it's "off"), but it appears I can't set it. SB> If you'd like to see how I'm implementing it, you can go to: SB> http://www.squidswimteam.org/dev/index.cfm/fuseaction/members.dsp_announcement_edit.cfm SB> You'll need to login, so I've created a test user: SB> user name: tester SB> password: tester SB> I'm open to suggestions on what's going on. SB> Thanks! SB> Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

