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,...
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...
I'm using the html map tag within a coldfusion script, and need to be able to use my coldfusion variables as the coordinates for the map tag. But when I try, the variables are not evaluated. Is there...
It's not an image blob. What I need to do is create a genetic linkage map as an image, so the info in the db will be positions along the chromosome, so each db record will contain an integer that...
I need to create an image that is also a map, ie. contains all the info necessary for the html map tag. But this image needs to be created directly from a database. I have no idea how to even get...
Do you mean a link to the website?... hmmm.. I can't really as it's a secure internal website for a research group containing confidential data.. is there anything else I could give you that would...
I have realised part of my problem... this code works fine in IE but won't work in Mozzilla firefox, which is the browser that everyone who uses this site will be using... so my new question is: how...
I'm trying to build a coldfusion page that uses WM_toggle() to collapse and uncollapse sections of the page. Problem is that when the section is uncollapsed, I lose everything that was below it on...