| Thread | Last Post | Replies |
|
| selectie van email adressen | 01 Nov 2004 00:03 GMT | 3 |
Ik heb een radio groep voor drie verschillende opties. Nu wil ik aan alle drie een email adres hangen. wat moet resulteren dat de geselecteerde optie dan automatisch de default email adres wordt
|
| parse data | 31 Oct 2004 00:07 GMT | 1 |
Hi, I have a stored procedure that I am calling from our database and displaying the results on our webpage. The data within the results needs to be parsed. For example, it now comes back as Primary Demand: bla bla bla Primary Output: blah blah blah Secondary Output : blah ...
|
| Cookie time | 30 Oct 2004 20:33 GMT | 1 |
Hi, I've set up a login form. I'd like to have a basic "Lock out" using cookies if the client fails to enter the correct username & password five times in a row. I've bulit the form and counter for how may failed attempts but can't think how best to count the ...
|
| Accessing remote HREF | 30 Oct 2004 13:29 GMT | 2 |
Iam currently scraping a site for job advert details, with the administrators permission. I would like to run a process that can access href's on the site to open other pages, until i get to the required location. I know that i can retrieve the page through CFHTTP but I would ...
|
| Run process in future. | 30 Oct 2004 08:13 GMT | 1 |
I am trying to figure out a way to have a CF file execute at a specified future date and time. For example, submit a form now, that will send an email next Tuesday morning at 9:30 am. Has anyone here written or seen code that would accomplish this? Thanks in advance.
|
| Please help...this should be a simple sort | 29 Oct 2004 21:53 GMT | 10 |
Here's the setup... I am working on my church's web site and we have an online directory of members. I have a page that displays 10 families at a time with their listed address, phone, etc. You then drill down to see the members of any given
|
| XML parse error | 29 Oct 2004 19:53 GMT | 2 |
I always get a parse (XMLParse()) error when using XML feeds from Yahoo or NOAA or other such XML / RSS data sources. I have narrowed down the problem to three things: 1) The little "-" or "+" signs that are used to open and close the group.
|
| Submit to database then to CC processing | 29 Oct 2004 14:00 GMT | 1 |
First I have a form that gathers a purchasers information. Then they are sent to a confirmaton page. They hit submit... I need all the form information to hit my database then, send them to the Credit Card/Bank processing site.
|
| How to extract lastDatemodified information of a file | 29 Oct 2004 09:58 GMT | 1 |
I want to compare the lastDateModified of a file lying on the local client PC with the datefield in a database containing the same filename. My problem is to extract the local-file date so i can compare it with the database-datevalue. Do I have to use a javacript on the local ...
|
| cflogin bug | 29 Oct 2004 07:53 GMT | 1 |
I am usinf cf mx server 6.1. When a person login in to the system. And meantime, when another user log in to the system .It shows the same of scope of the first one to the second logger. When Same pc is used and without logging out the first user..
|
| QoQ error | 29 Oct 2004 03:19 GMT | 4 |
I am getting the following error when trying to use a QoQ. my sql is valid, it contains no NULL values, and the query table that it is referencing does not contain any NULL
|
| Dynamic Session Variables? | 28 Oct 2004 21:58 GMT | 3 |
I have an array which can have from 1 to whatever entries. I need to create session variables for each entry in the array. I've tried setting a counter which increments by 1 in the loop and assign it to the session name like this
|
| a "duh" cfoutput question | 28 Oct 2004 19:16 GMT | 2 |
How do I return the value below without <cfoutput</cfoutput> in the string? <input type="text" name="fax" size="25" maxlength="16" tabindex="12" value="<cfoutput>#form.fax#</cfoutput>">
|
| clear/reset user session | 27 Oct 2004 23:12 GMT | 1 |
I'm building an application to allow a user to register one or more students to a conference database. The problem that I'm running into is finding a way to allow the user to either submit (complete) the registration process or continue to add more students to the registration ...
|
| It's alive! | 27 Oct 2004 22:26 GMT | 1 |
Hi, I'm using Coldfusion MX, Dreamweaver MX and MySQL. I want my page to go through each row within a table find registered preferences, use these preferences as criterias through other tables, Join all the results for each registered then e-mail then the data relevant to them.
|