| Thread | Last Post | Replies |
|
| Need help populating dynamically-created fields | 31 Jan 2008 22:30 GMT | 2 |
I have a form which uses Javascript to create table rows on the fly so as to add items to a list dynamically. The table consists of two fields -- an ID and let's call the other one Attribute A. The user clicks "Add another one" and another row of data entry fields pops up. My ...
|
| Group question | 31 Jan 2008 19:48 GMT | 3 |
I have the following cfmail code, to produce differnet emails for each group_name : <cfmail to="xxx@mail.com" cc="zzz@mail.com"
|
| popup form refreshing parent window | 31 Jan 2008 19:08 GMT | 2 |
We have a main parent page, from which you can do many things (among them add a file, delete a file, replace a file, where replace is basically delete then add) - the way it's coded, when you first go to the page, the parameters are in the URL; if you add a file, they stay in the ...
|
| Breadcrumbs | 31 Jan 2008 18:27 GMT | 5 |
I would like to use ColdFusion to add dynamic breadcrumbs to my site. Does anyone know what is the best way to do this? For example, if I'm at www.mysite.com/about/privacy.cfm. I'd like to display Home > About > Privacy Policy
|
| output the generated SQL | 31 Jan 2008 17:04 GMT | 7 |
i know that you can output the sql generated by a query in Coldfusion 7 using the result attribute but this is nto available with Coldfusion MX and unfortunately i am stuck with MX. so is there a way with MX to get the SQL generated from a CFQUERY?
|
| Output table data to form menu | 31 Jan 2008 16:55 GMT | 2 |
I've got a database table with all the UK counties in. I want to dump all of these into a drop down menu on my registration form so i dont have to type them all out. I was thinking it needs some sort of loop?
|
| CFform and disabling checkbox | 31 Jan 2008 16:53 GMT | 6 |
I have the following code: <cfinput name="OpenFoil" type="checkbox" value="1" readonly="true" checked="#yesnoformat(Edit.e_foil)#" onClick="optionFoil(this.form)"> I would like to be able to disable the checkbox if there is a value of 1 in
|
| File Not Found Error | 31 Jan 2008 09:46 GMT | 4 |
How to customize a page for "File not found" error? My site is hosted by a hosting company and I don't have access to the CF administrator panel. For example: http://www.example.com/apple.cfm doesn't exist and I want my application to
|
| File upload: Frustrating error! | 30 Jan 2008 22:59 GMT | 8 |
FYI: Coldfusion MX7.0.2 i believe ok, so i've got a number of websites for clients that have upload pages and for some reason today, every time a user clicks submit (on a multipart form with a cfinput type=file field) I get the following error...nothing else.
|
| Print Button | 30 Jan 2008 22:38 GMT | 5 |
I have the following button on the top of my page, to print : <td><input type="button" value="Print" onClick="window.print()" /></td> It works fine, when I click the button, the printer page comes up and I am able to print the page. But I have two issues :
|
| Newlines - Strange Bug in ColdFusion MX 7 | 30 Jan 2008 22:16 GMT | 11 |
Since migrating to CFMX7 from CFMX6, I've observed a strange bug in some of our applications where some strings, inexplicably, have a ton of newlines appended to them for seemingly no reason at all. I just counted one that contained 42 newlines. It doesn't seem to make any ...
|
| RegEx Assistance | 30 Jan 2008 21:32 GMT | 3 |
How do I strip out the link in the following <a href="http://mysite.com/index.php?act=d&showid=5">TEXT</a> so that I end up with just TEXT
|
| Basic SQL Update statement not working | 30 Jan 2008 21:24 GMT | 9 |
Hey all, A page on my site receives an automated response containing a record ID from a customer. On my page I have the following SQL:
|
| Automatically email CF errors to administrator | 30 Jan 2008 21:00 GMT | 2 |
Can anyone tell me how I can automatically email all errors to a set email address? Thanks in advance
|
| setting mysql datasource error | 30 Jan 2008 18:33 GMT | 2 |
I am getting an error when adding a mysql datasource using coldfusion 8. for jdbc url, i enter jdbc:mysql://localhost:3309/online_store driver class:com.mysql.jdbc.5.1.5 where am i going wrong?
|