Forum: ColdFusion 27 Days Ago |
| Replies: 1 Views: 520 I want to write a ColdFusion program that sends an email to a list of people whenever a particular column in a database is edited. I know how to do this, but I want it to run automatically everyday,... |
Forum: ColdFusion Jun 19th, 2009 |
| Replies: 1 Views: 1,050 I'm creating an input form for users so that they can input various bits of info into a db. One of the fields is so that they can upload a file, which puts the file onto the web server and the path... |
Forum: ColdFusion Dec 11th, 2008 |
| Replies: 3 Views: 1,109 Problem solved! I have found my mistake earlier on in the code as to why the variables were not evaluated. Thanks for your reply. |
Forum: ColdFusion Dec 11th, 2008 |
| Replies: 3 Views: 1,109 That's part of the problem... I've tried doing this already and the coldfusion variables aren't evaluated within the map tag. Is there some special syntax I have to use? |
Forum: ColdFusion Dec 10th, 2008 |
| Replies: 3 Views: 1,109 I have an image that I have created using the new image draw functions, but I need to have separate areas of the image as links to other pages. I know that the html map tag can be used to do this,... |