| Thread | Last Post | Replies |
|
| User Browser Detection | 05 Apr 2005 14:59 GMT | 3 |
I was wondering if there was a way in coldfusion to detect what browser and version a user is on? I have a page that has a flash movie and a DHTML menu. In netscape 6 and in opera 7 the menu is hidden behind the flash movie. What I would like to do is
|
| Extending CF PoP. | 05 Apr 2005 03:03 GMT | 2 |
Is there anyway to extend CFPoP to support additional encoding types? I am getting ' java.io.UnsupportedEncodingException: iso-3979-1. ' Could this be achieved by updating JavaMail? I am assuming that CFPoP uses javamail.
|
| create dynamic columns | 05 Apr 2005 00:46 GMT | 3 |
Any one knows how to display sentence in 3 colums in coldfusion . Thank you!
|
| Preserve Data When Using Alert | 04 Apr 2005 23:21 GMT | 1 |
:confused; Hi can anyone tell me if there is a way to retain user input on a form when using a javascript to execute the window.alert method? I have an input form with a few radio buttons, and a single textarea. When the user clicks the submit button I am displaying an alert ...
|
| Displaying only a part of a record field | 04 Apr 2005 21:24 GMT | 6 |
I would like to output only a part of a record field which is returned by a query. For example the outputed text would look like: "Drawing has always been the best way for me to communicate my perception of the human figure. The process of projecting..." Click here for more about ...
|
| Calling CodeFusion Code From a Data Source | 04 Apr 2005 21:06 GMT | 1 |
:confused; Right now, I'm storing HTML code in a field, calling the field into my page with <cfoutput>. This works like a charm. I would like to do the same with my ColdFusion code, (if user clicks Home, the stored code executes in the content section of the page) but it doesn't ...
|
| CFMAIL | 04 Apr 2005 18:12 GMT | 1 |
i am trying to send all the info from a DB query to a mail adrerss using cfmail the results of the qeury is as follows workingbooker Test testuser@nowhere.com 100.0 2005-01-27 20:02:29 overidebooker Test testuser@nowhere.com 100.0 2005-01-27 20:08:47
|
| Consuming Web Service that Imports Other Services | 04 Apr 2005 16:33 GMT | 16 |
Has anyone had any success in consuming a web service that imports other web services? I'm consuming a web service that imports 4 other web services. I'm currently only able to successfully call methods from the first web service that was imported into the parent web service. ...
|
| Parse html | 04 Apr 2005 16:28 GMT | 1 |
I need some ideas on how to accomplish this: (if you have code examples that would be better) I need to allow useres to upload a html file that contains information as well as some mild formatting tags, then have coldfusion extract the data and import
|
| Cfdocument Speed issues | 04 Apr 2005 16:05 GMT | 8 |
My marketing department wants the ability for newspapers, and customers to be able to create there own adds. So I created everything with coldfusion, works great cept the last step, generating the PDF, it works, only it takes about 10 minutes to load the PDF. Since this is my ...
|
| Reading dynamic FORM variable value | 04 Apr 2005 03:39 GMT | 1 |
I am receiving the following error: Element cb_2 is undefined in a Java object of type class coldfusion.filter.FormScope referenced as The Error Occurred in C:\CFusionMX\wwwroot\joist\TMPha20seeee2.cfm: line 355 353 : <!--- Check if Asset/Type combo repeats and display it ...
|
| error produced from expired cached query | 03 Apr 2005 22:54 GMT | 3 |
:rose; How can I catch the error produced when a user tries to refresh a page that depends on a cached query to display content, once the query has expired? I don't want to query to remain cached and return older results after the database is updated with new info. Is there a ...
|
| Character Field | 03 Apr 2005 22:41 GMT | 1 |
I have a form and I want to make sure that the zipcode box has 5 characters in it and if doesnt it props the user to reenter their zipcode. Can I check the number of characters in the form field box.?? like character_length? Does anyone have any ideas? Thanks.
|
| ClusterCATS | 03 Apr 2005 19:35 GMT | 1 |
hello, i have 2 identical win2k server machines running CFMX 6.1 and clustercats 5.1. i installed clustercats today and added both servers to a new cluster. everything appears to be functioning correctly except that the redirect load for both is set to 90% and no matter what, ...
|
| Can a cfc webservice extend a component with a mapping? | 03 Apr 2005 14:43 GMT | 2 |
Hi All, CFMX 6.1 on Apache 2 on Win2k. I run a series of sites as apache virtual hosts - and want to provide separate webservice access to a common component (The component is a mini-CMS that I've written.) I've been working on some Proof-Of-Concept scripts. Both http://www ...
|