| Thread | Last Post | Replies |
|
| Page Redirecting | 21 Jul 2008 18:35 GMT | 3 |
I have a page that enrolls clients in programs which is supposed to redirect to a page that lets the client pick a consultant. However, instead of redirecting to the correct page, it redirects from the page it just came from. It does this even if I take out all of the ...
|
| Dynamically disable cfinput | 21 Jul 2008 16:37 GMT | 4 |
I want to disable a radio button based on a variable isUserCreditApproved. The attached code is what i came up with however CF chokes with Invalid CFML construct found on line 9 at column 84. ColdFusion was looking at the following text:
|
| HTML pages won't display | 21 Jul 2008 10:48 GMT | 1 |
I've never used Coldfusion and I'm not a web devleoper, I'm a server admin but I've been tasked with figuring out our problem. I've been searching all morning and I can't seem to find anything so I thougt I would post up. Here's what we have. A windows 2003 server with IIS and ...
|
| Cold Fusion Website Admin Security | 21 Jul 2008 10:44 GMT | 1 |
I wanted to set up a quick and dirty admin from my coldfusion site. It is (obviously) database driven, and I have been accessing the database directly to make all the changes. I want to put an admin section up, but I am concerned about security. Can someone point me to a walk ...
|
| Different copies of cfchart in email | 21 Jul 2008 10:14 GMT | 2 |
I create a cfchart/graph and save it as a jpg in a folder on the server, overriding previous ones with the same name. I then create a cfmail and specifiy the location of the chart in the body of the email so that it displays when the email is opened. I use <img
|
| Listlen with spaces | 21 Jul 2008 09:40 GMT | 7 |
I want to process a list that has spaces in it between items. For example, "TSA CC BZOP". I need to break out each list item. How do I use Listlen and designate spaces as the delimiter? I tried listlen(listname, ' ') (two single quotes) and listlen(listname, ' " " ') (single ...
|
| insert chinese big5 characters into database | 21 Jul 2008 01:30 GMT | 2 |
database: mysql default charset of web page: utf-8 (specified in apache, all pages are in utf-8) if I enter english, database insert is ok but if I enter chinese, error = "You
|
| Clearing cached cfm/cfc pages | 19 Jul 2008 20:43 GMT | 6 |
I have a slightly annoying problem I haven't been able to figure out the cause. I'm using Flex and Coldfusion for the backend and I use dreamweaver to write my CF code. It seems my requests to the CF server are cached somewhere, does anyone know where and how I can clear them?
|
| Generate image with CFIMAGE - but need to use img tag to serve the content | 19 Jul 2008 16:20 GMT | 1 |
I create a new image with cfimage, that already works without any problems. But instead of using the action="writetobrowser" I need to be able to use the script inside a img tag: Example: <img src="myscript.cfm?somedata=iwanttheimagetocreate>
|
| CFML in CSS | 19 Jul 2008 07:28 GMT | 1 |
I am trying to add a rotating image CF tag in a CSS element... sort of something like the following: <style type="text/css"> div#container {
|
| Session question | 18 Jul 2008 15:56 GMT | 2 |
I have a page that I use to log in to 'administor' club information. I shouldn't be able to get to this page unless a session variable is set.... such as: <cfif not structkeyexists(Session,"Username")>
|
| displaying images at a fraction of the size | 17 Jul 2008 20:56 GMT | 10 |
This may not be a coldfusion question but I'm going to ask it here anyway because cfml developers are the smartest. :) I have a table that stores images paths and in my cfm file I pull the path and display the image. What I want to do is take that image and display it at a
|
| Error Executing Database Query | 17 Jul 2008 20:45 GMT | 5 |
I'm getting an "Error Executing Database Query" error when I try to submit a small form I created. Any help I can get would be greatly appreciated. [b] Here is the CFM code on the form page:
|
| cfimage - image gets cropped or stops showing | 17 Jul 2008 18:20 GMT | 2 |
In our oracle database we are storing the employee photos (blob). When I read the record to get the photo and display it in the browser most of the photos show fine. The photos that display are usually under 10KB. The photos that are getting cut off are > 50kb. When I save the ...
|
| CFDOCUMENT PDF problems | 17 Jul 2008 12:12 GMT | 1 |
Hi all. We recently upgraded from CF7 to CF8 (standard, not enterprise). The application outputs a large number of documents as PDFs. The structure of the CFDOCUMENT tag in each case is standard:
|