| Thread | Last Post | Replies |
|
| Populating a form feild from a second window. | 19 Nov 2004 17:30 GMT | 3 |
I want to have a basic form with one of the feilds having a link below it called 'HTML Editor'. If someone were to click on HTML Editor a new page would open with only the HTML Editor. That person would make the changes in the Editor and then click Submit. Once they hit submit I ...
|
| CFMAIL won't send to entire email list | 19 Nov 2004 17:27 GMT | 5 |
:Q Still working and having some problems with CFMAIL. It appears that I have solved the timeout issue I was having, but now when I send my list out (off of a database), it only emails to a portion. Example. 861 emails out of 900. I thought it was a timing issue, but the same ...
|
| Update input based on selection | 19 Nov 2004 14:28 GMT | 3 |
In a form, I have one drop down list where users can select a job. Based on their selection, the next field should allow a different pay levels. I am currently using a <cfinput> with value and range set. Based on the different pay levels, those valuse are the ones that need to ...
|
| URL to another server -> Prompt "Save As"? | 19 Nov 2004 05:19 GMT | 1 |
I don't think it's possible... but wanted to double check with you all. I have .mp3's on another server. Is it possible, when my user clicks on a link to send them to another server, viat http, and then prompt them with the "save as" dialouge box (even force a "save as")?
|
| CF Custom Tags repeat when XML compliant? | 18 Nov 2004 23:21 GMT | 2 |
Hi - I'm working on an application that translates a large XML file using an XSL template and writes the output off to a .cfm file. All good so far. The problem is that I need to include our custom header tag and custom footer tag in the output file, and it has to be built from ...
|
| How to count/update form(option) selection in db | 18 Nov 2004 16:55 GMT | 1 |
For a given form (below) I want to capture the total count for each of 5 options. The users can only make one selection. How would I capture the users selection and add it/update the count in the db table on the action page? I only need to track totals for the 5 options. <cfform ...
|
| CFMAIL Timing | 18 Nov 2004 16:49 GMT | 4 |
:confused; OK, Here is the situation. I have already spoken with my host and looked on forums for months because I have a cfmail that is based on variables sent by a form. This cfmail gets sent to roughly 1000 emails. However, each time I try to send it I get the error message ...
|
| Query as parameter | 18 Nov 2004 16:47 GMT | 2 |
I want to create a custom tag that will receive a query result and format it for display. Ideally, I would like to receive the query and then retreive metadata from the query (wich may be different each time) as follow :
|
| Cookie deletion problem | 18 Nov 2004 12:24 GMT | 3 |
My code is : <cfcookie name='mycookie' value='1' expires='now'> <cfheader name='Location' value='logout.cfm'> <cfheader statuscode='302' statustext='Document moved'> The cookie : mycookie does not get deleted . On removing the cfheader., cookie gets deleted. Any ...
|
| How to refresh CF pages? | 18 Nov 2004 04:53 GMT | 1 |
Hi can anyone help me I have developed a system where a user enters info a database via a feedback form. Then an administrator logs in and sees on the home page which comments have been entered. As soon as an administrator selects a comment it becomes 'locked' the link is ...
|
| Maintaing cookies across applications | 18 Nov 2004 03:58 GMT | 1 |
Hi, I'm having a problem with CF cookies. First of all, I'm running CF5.0/Apache/Oracle9i on WinNT. I have two CF applications running on the same server, and both are using ClientVariable storage as method of authentication. I have login and logout pages for both applications. ...
|
| display information based on count | 17 Nov 2004 15:51 GMT | 8 |
I have two tables: the first table contains information about clubs, including a column that says how many people are allowed in the club; the second table is a signup table that contains information about who is signed up for which club. I am posting the name of the club from a ...
|
| local subdomains | 17 Nov 2004 15:10 GMT | 2 |
I'm developing some sites locally and rather than have a URL like http://localhost/site1 i'd like to set up http://site1.localhost I'm running CFMX6.1 on Windows XP Pro using IIS Anyone any clue how I go about doing this?? Thanks in advance .....
|
| AOL users and SESSIONS | 17 Nov 2004 03:08 GMT | 2 |
Hi I have troubles with the following : I set a session variable on a first page : <cfset session.myvar = 1> then I test it on a second page : <cfif isdefined('session.myvar')> ... everything works fine. the variable is correctly set. on a third page, the variable is no more ...
|
| Can Cold Fusion accept a complex array? | 17 Nov 2004 01:42 GMT | 2 |
I have a current API configuration that is expecting a complex array for an item number and item quantity. Does Cold Fusion support a complex array? Thanks for the help.
|