I have a client who would like an automated user login, preferably without the use of cookies.
An IP based login system has been suggested, but I feel that it would be too flawed from a sec...
I need to be able to loop through radio buttons and find the one that is selected and send that value into a query. The code I have is below. The JS function is something I just added, but I...
I am trying to bind to CFselects together when certain items are selected it updates the second cfselect. I know this is possible with CF8 and possibly with a CFC? My data of my CFSelects don'...
In myform I am retrieving the query from the dataabse and based on that values populating fields. How can i deal with radio buttons
My CF
<cfif qryProgram.hidden eq 1>
$('hi...
Hello,
I am parsing through an XML structure and am having problems finding if a particular element exists.
I use a cfloop to loop thru the XML, if the v element exists, check to see if it ...
Im trying to run a stored proceedure (ms sql 2005) and getting the following error. As you can see I am passing the @sectionName parameter with a value (adAgencies). Any idea whats going wro...
I am creating an order sheet for an online application which will be printed out from a generated html page. At the moment the user has to open print preview and manually deselect the Header/F...
I was wondering if there was a way that I can write an excel file directly to a folder on our web server. The goal is to have the scheduler run this coldfusion file once a month and it automa...
Have shopping cart done in CF. Thumbnails do not fully display when viewing in IE 7, but works excellent in previous versions. Entire layout is generated from style sheet. When clicking thumbn...
I'm using Coldfusion 5.
I know that to export my table to an Excel format I can use:
<cfheader name="content-disposition" value="inline;filename=confidenceinterval_#client.surveyID#.xls...
First of, I know enough to be dangerous. I think I might be having an issue. I have 2 application.cfm's in my website. one under the root site and one in an "Account" folder where people login...
I have a form that reload the same page and passes a list that needs to be inserted into a DB. The problem with cfinsert seems to be that all the records will have the same ID field but multip...
I'm using DateDiff to display a 'countdown' to an expiry date - pulling the expiry date/time from a field in the database, and comparing it against the current time.
I then use CFSET to dis...
I have a cfgrid in html and cant seem to ge tit to page, any ideas?
We have this page that we are running nightly. I can't get the email to fire off if there is an error..
I have a cfform with a cfselect input. if the user chooses 'na' i want to change the visible setting of methodexamdate input.
(ie, When I choose 'na' on the Methodology select menu, the me...
HI all,
I've included a simple cf form that is a basic template for some larger forms I'm creating. Currently I'm validating my form and posting the missing field information in a div above...
I want to export data from my MySQL database into a .csv file and then import the .csv file into Excel.
One of the fields in my database is a comments field where the users have included line...
I have a user that times out when she tries to open a file. If she hits refresh the save open prompt will appear. If I use value="inline her browser will open the files fine. I believe this is...
Hi. I'm using the FCK editor in a ColdFusion based web site.
FCK comes included with ColdFusion 8, and after a little configuration and some generous help from k-sea, I got it working.
N...
This code works;
<cfinput name="sfCname#counter#" id="sfCname#counter#" size="40" autosuggest="cfc:400comps.tsijobads.getCompanies({cfautosuggestvalue})" maxResultsDisplay="50">
<cffunct...
How can I show or get the http referring page and then redirect the user depending on where they came from?
How do i reference multiple css files within the EditorArea pane of the FCKEditor?
The code attached works fine for a single css file. How do i reference multiple css files? If i assign an ...
We have to integrate
https://thefinder.tax.ohio.gov/OHFinderService/OHFinderService.asmx?op=GetOHSalesTaxByZipCode
using Coldfusion. I am guessing it's a SOAP thing? How would I go about...
I'm using CF8 (although I had this problem in CF7 as well). I have the only hotfix installed.
When I use CFDocument, the header and footer are smaller in scale than the body.
Here is exa...