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

2006-12-29 Thread michael acadia
number of methods 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 straight

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

2006-12-28 Thread michael acadia
H, Michael -- 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

RE: Web App Security Testing

2006-12-23 Thread michael acadia
se it with Firefox, you should 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/in

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 Cold

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: or for the whole form: 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: > Is there a way to do t

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

2006-07-21 Thread Michael Acadia
ng the user is still logged in). I'd 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: > > >

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 (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 up - resu