| Thread | Last Post | Replies |
|
| Hide dropdown list | 30 Sep 2008 23:18 GMT | 4 |
I want to hide the drop down list after a client hit a button beside it and replace the dropdown list by a text box. How will I do that? Thanks in advance!!!
|
| parse rss issue | 30 Sep 2008 17:14 GMT | 4 |
I've been trying to parse this rss feed http://www.economicnews.ca/cepnews/wire/rss/custom?u=camagazine&p=39d7g7d9 Here is the code I'm using: <!--- Retrieve the RSS document --->
|
| Saving email Orders to database | 30 Sep 2008 07:22 GMT | 1 |
I am trying to figure out how to save a complicated email to a database. It is actually an invoice. This has session variables and pulled database variables in the email. Basically, in theory I can go in and do a <cfset emailBody="<table> <tr> <td>" & #coldfusionVariable# &"
|
| Passing mysql values to create 2 records at once(HELP!!!) | 29 Sep 2008 22:21 GMT | 2 |
hey lads, need some serious help from you. Lets say i've got 2 databases: orders and order_samples. User is logged in. He wants to put an order. Fills up the form and press submit. My intentions are to create two records at the same time but in a bit more complex way:
|
| cfscript and mysql date | 29 Sep 2008 04:10 GMT | 2 |
I have page on my family's web site that has an option for downloading a .csv file that's a list of all the family members and is created using the cfscript I found at: http://cflib.org/udf/QueryToCSV2 This is done so other family members can import the data into Outlook,
|
| Displaying a query result in 3 columns | 28 Sep 2008 19:38 GMT | 5 |
I have a query with n records. Now I would like to display all records in a HTML page in 3 columns. I don't have a clue on how to do that! What I would like is (assuming I have 9 records in my query): <div id="column1">
|
| xml post Urgent | 28 Sep 2008 08:23 GMT | 7 |
Hi can someone please help me, i need to read a xml post but not sure how to do it.. the xml post comes to my url in this format <DeliveryReport><message id="1023012301" sentdate=""
|
| how to use jacob to access a com object with coldfusion7 | 28 Sep 2008 01:00 GMT | 6 |
i want to use jacob to access a com objcet with coldfsuion7(i just want to do a test) how to do? Thank a lot!
|
| Returning A Random Record | 27 Sep 2008 03:32 GMT | 2 |
I want to cfquery a random record from a table. I can't randrange the key field because some keys are not there. I've seen a suggestion to load the keys into a table, grab a random instance, then query with that key but that seems like a long way around to me. There could be ...
|
| cfsavecontent and cffile | 26 Sep 2008 21:35 GMT | 1 |
No doubt I am doing something wrong here. In the past, if I wanted to write query results to a file, I would do this: <cffile action = "write" output = ""> <cfoutput query ="q">
|
| Sort out similar strings from a query | 26 Sep 2008 16:27 GMT | 19 |
I'm stuck. Below you see the content of my table 'hersteller'. As you see the names 'Bertschi' and 'Flückiger Hemmi' appear more than one time. In the end I would like to create a pull-down (in html) which sould look like: <option value="157,164">Bertschi</option>
|
| Cold Fusion and HTML | 26 Sep 2008 12:00 GMT | 4 |
There is a form which accepts user data. There is a textarea included in the form. The problem is when i display that information in a html form it doesnot display the text in the format in which it is entered in the textarea example linebreaks, newlines etc.
|
| Export Excel as a Scheduled Task | 26 Sep 2008 09:53 GMT | 1 |
I have an excel download that I have built. Currently it is a link that people click on to download. where it works fine. <cfcontent type="application/msexcel"> <cfheader name="Content-Disposition" value="filename=SIReplenDl.xls">
|
| check in sequence | 25 Sep 2008 15:49 GMT | 3 |
I have 3 elements. I want to make sure this element in sequence and exists. how can i check its in sequence. Firstname Middlename LastName
|
| Strange margin around CFTEXTAREA | 25 Sep 2008 15:23 GMT | 3 |
I was trying the richtext editor with CFTEXTAREA. Locally everything works perfect, but when I try it online on a dutch provider (www.webstekker.nl) I get a strange problem: There is a margin visible around the editor. To make it extra visible I put a
|