| Thread | Last Post | Replies |
|
| Windows Authentication on a Coldfusion Application | 02 Jul 2008 15:45 GMT | 6 |
Hi community! I am working on a coldfusion application and I had a meeting today to show my client my progress. The IT director asked if they could use Windows Authentication in the new program because the doctors and therapists forget
|
| URL Parameters & Shopping Cart | 02 Jul 2008 10:31 GMT | 15 |
I have made a simple shopping cart from several resources, user comes onto the site and picks a category, the url coding is as follows; <cfoutput query="catList"> <a href="products.cfm?CatID=#catList.CatId#">#CatName#</a>
|
| CFC - URi too long when passing text string to CFC | 01 Jul 2008 02:22 GMT | 3 |
I have a page that allows a user to save a large block of text which is held within a <div> to the database without reloading the page by way of cfajaxproxy and a cfc. Upon clicking 'save' a javascript function pulls the block of text out of the
|
| How to send long string to cfc without encountering error? | 01 Jul 2008 02:21 GMT | 1 |
I posted a different question about this, but maybe it was phrased too complex, because no one responded. Is there anyway to get a large amount of text to a cfc? If I put it in a javascript string and try to send it, I get URi too long because the function is turned into an http ...
|