Re: Getting the value or innerHTML of an FCKEditor field using DOM

2006-12-29 Thread michael acadia
in the API, including getXHMTL() which returns the contents of the editor instance. I'm using the API successfully in a CF/AJAX project - works like a charm. -michael -- michael acadia | [EMAIL PROTECTED] Andy Matthews wrote: I thought this would be fairly straightforward but it appears

Re: Getting the value or innerHTML of an FCKEditor field using DOM

2006-12-28 Thread michael acadia
-- michael acadia | [EMAIL PROTECTED] Andy Matthews wrote: I thought this would be fairly straightforward but it appears to be causing me some distress. I need to get the value of an FCKEditor field for transmission using AJAX. However, when I reference the fields ID, I get a blank result when

RE: Web App Security Testing

2006-12-23 Thread michael acadia
install a proxy-switcher extension (such as FoxyProxy). I'd also recommend Paros (parosproxy.org). -michael -- Michael Acadia [EMAIL PROTECTED] Now that I'm knee deep in web app security, I was referred to this link: http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project Has anyone

Re: Disable the memorized answer drop downs in IE and FF?

2006-12-06 Thread michael acadia
Add an autocomplete=off attribute to your input tags: input type=text autocomplete=off / or for the whole form: form autocomplete=off It's not an official attribute in XHTML but it is supported by IE and FF. Don't know about Safari. -michael -- michael acadia | [EMAIL PROTECTED] loathe wrote

Re: Disable the memorized answer drop downs in IE and FF?

2006-12-06 Thread Michael Acadia
glad I could help. And now ... back to my usual lurking ;) -michael -- michael acadia | [EMAIL PROTECTED] loathe wrote: Rock, thanks man. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7

RE: cfcontent error - IE6 XP SP2 client and Win 2003 server

2006-07-21 Thread michael acadia
Is the production server using a Cache-Control: no-cache HTTP header? I ran into a similar problem yesterday when opening a Word doc served by cfcontent (Win2k3 server). If MS Word was closed when I tried to open the doc from the web page, the no-cache was deleting the file before Word started

Re: cfcontent error - IE6 XP SP2 client and Win 2003 server

2006-07-21 Thread Michael Acadia
be interested to hear what you find out if you test this. Thanks, michael -- michael acadia | [EMAIL PROTECTED] Peter Legg wrote: Michael, Yes, that's it! I added the following to the application.cfm file recently: cfheader name=Expires value=#GetHttpTimeString(Now())# cfheader name