|
|
Return to location of change after page refresh/form submit
need logic so when the page is refreshed that it returns to the location
of the change, not to the top of the page.
Currently, when the page is... more »
|
|
How can I create a confirmation box in ColdFusion?
I had the following code that would create a javascript confirmation page. This code lived inside a form which wouldn't submit until the user clicked... more »
|
|
How can I trim decimal spaces of a query result?
I have a variable that contains results of a query. However, when the results (which calculates the grade average of a student) comes back with... more »
|
|
CF8 Administration - Archiving a Log File
From the Coldfusion 8 documentation, the process of archiving a log file seems pretty straightforward, but I can’t find the archived log files.
I am... more »
|
|
Read and write Excel sheet
Hi
Is it possible to read an Excel file using coldfusion then wrile that content to another excel sheet with different format?Is any one can help me? more »
|
|
Element XXX is undefined in FORM But Only Sometimes
I'm supporting a web site (6 web servers and 2 DB servers) that's using ColdFusion MX Version: 6,1,0,83762. We have logging set up where we get... more »
|
|
Please help: Losing Request Scope Variable Values
Hi there,
I've recently been updating a site to use locking on application level variables, and I am trying to use a commonly used method which... more »
|
|
submit from on click from hyper link
Guys,
I am calling onclick="document.form.submit();" in a hyper clink.
On click, it goes to a fuseaction where act_load_structure.cfm loads the... more »
|
|
Error Occurred While Processing Request: Variable SINGLESUP is undefined
Error Occurred While Processing Request
Variable SINGLESUP is undefined.
I have a form with radio buttons for selecting yes or no answer to the... more »
|
|
How does CFWINDOW work?
Hi People:
I'm studying how CFWINDOW works. I'd like to see if anyone knows of a place where they explain what JS files is usses, which clases, and... more »
|
|
which one is better "eq" or "is" in coldfusion
which one is better "eq" or "is" in coldfusion
<cfif test eq "1">
or
<cfif test is "1">
which one is more effective?? more »
|
|
How to validate an array element?
I'm trying to validate whether or not an array element has been created.
Here is what one of the arrays could look like:
commentid =... more »
|
|
how to connect coldfusion and access?
how to connect coldfusion and access?
while connecting like mysql gave following error:
This applet displays a file-tree of the server to enable the... more »
|
|
CF array var to Jscript array var
This doesn't seem to be working... I am trying to send an array to my jscript, but am having problems. I query my db, populate the array (which is... more »
|
|
Flash Unable To Open URL when Application.cfm exists! Why?
I'm very new to Coldfusion and action script, but due to job requirements, i got allocated the task of developing a cfm page where the user logs in... more »
|
|
How to delete a cookie out of a list
I'm trying to create a save to fav's using CFCOOKIE.
The cookie is using a primary key from the database and adding on using ListAppend. I can't... more »
|
|
suggest a book for ColdFusion
HI all,
I have learned the basics of ColdFusion. Iam very much intrested in learning more about ColdFusion and its uses. I have seen a book... more »
|
|
ColdFusion Function and JavaScript
Hi everyone,
I have a coldfusion form (ReportMenu.cfm) that the action page is itself as below:
<cfform action="/cfreport/ReportMenu.cfm"... more »
|
|
how can i import excel data into mysql
need to import Excel data into Mysql database using coldfusion script. How can i do it. Is there any utility or any script can do it. Thanks in... more »
|
|
sandbox security in coldfusion
i want to enable sanbox security in my coldfusion 8 developer edition.I tried
1st i did
1:check that enable sanbox security option
2:then add Add... more »
|
|
How can I include all the scripts in a folder?
I've been using CFAJAXIMPORT to import all the scripts from CFIDE (which doesn't live in the site's root directory for recurity reasons). I need to... more »
|
|
Where does Now() get the date/time?
I was under the impression that the Now() function retrieved the date/time from the server running coldfusion, but that doesn't seem to be the case. ... more »
|
|
Element "GESCHLECHT" is undefined in FORM.
ERROR in my Query?!
ERROR:
Element GESCHLECHT is undefined in FORM.
i think everything ok. Maby somebody can help me here
Element GESCHLECHT is... more »
|
|
DateFormat() in the twilight zone
I have a problem with the DateFormat() Function that is driving me nuts!
I am downloading a csv and then parsing through it, then inserting into a... more »
|
|
Good free Tutorials out there for Coldfusion??
|