Is it possible to list the contents of a folder that is shared across a network? I have a list of files that need to be highly secured. This list is accessible depending on Windows Authentic...
I recently upgraded to coldfusion 8, and for some reason the auto-generated coldfusion client side form validation isn't working anymore. I have the CFIDE folder in the webroot directory, and...
Hi,
I have added a dual email address input to some forms on our website which are done in coldfusion. I want to compare to 2 addresses and just continue if they are not the same (if-else) ...
I want to check out my security.
How can I try some remote command injection on my web site which I build with ColdFusion MX7.
Thx
Basically I am trying to put code together like this..
<cfif len(ListFirst(CGI.SERVER_NAME, "."))>
<cfset UserName = ListFirst(CGI.SERVER_NAME, ".") />
<cflocation url="http://mys...
Hello experts.
I have a search page with a search form where i can check more than 1 one checkboxes with the same name but different values.
What like must be the query in the result page ...
I want to display yesterday's date, 24 hours earlier using the #DateFormat(Now()," ddd")# format. Can this be done, easily? Please show me. I'm also using Cold Fusion 8.
I am running CF MX7, Windows 2003 Server.
I am populating a cfgrid with data from a query result set. That is fine. However, I am attempting to set a URL so when a row is clicked an alert b...
Hello All,
Is there a way to have a coldfusion page display a sql query to the browser (so the end user can copy/paste the query for instance) instead of the query being executed by the...
i have three select menus i want to combine into one value and then insert into a DB.
The three values i have are for selecting date of birth
they are
#dobMonth#
#dobDay#
#dobYear#...
Hi,
I am having a syntax issue with this code. I am trying to concatenate a value within my loop but getting an error. Here is my code:
<cfloop list="#arguments.thelist#" index="i">...
Has anyone used SOUNDEX on the CFSEARCH tag before? I have just picked up CF's verity and i must say I'm pretty impressed. I have created the collection, built the index, and am performing s...
Hi,
How can I strip off some characters from the end of a string? I am not very good at regular expressions but perhaps I may not need one? Here is the data
first_name_510
last_name_2...
I am trying to rewrite a Crystal Reports report which has 11 subreports in CF Report Builder. In the CR report, each subreport has it's own report footer seciton. I have not been able to find...
Hello experts.
I'm trying to add a new Datasource in CF8 but i have the error:
Connection verification failed for data source: carfree24
java.sql.SQLException: [Macromedia][SQLServer JDBC D...
Hi Guys .
What I trying to do is to create input tag of type file in order to access my server files. Bu every time I click on browse in opens up with the list of lo0cal files rather then ser...
How do i define an ajax call that calls the function below and stores the result in a variable.
This function is located in a separate file called getOfferCreatives.cfm
Seems I am having trouble with formatting (font and spacing) of my elements in a Select List. Can someone show me how to format this list so that the elements will appear neatly formatted. W...
Hi:
I'm creating a line graph (it needs to be a line graph) using cfchart in Coldfusion 7. It's tracking weight loss. The users enter in their weight (y-axis) on specific days (x-axis) an...
I need to check for an existing value before alowing a form to be submitted into a DB.
Something is wrong with the cfif statement, but not sure.
Here's my code snippet:
I have three dropdown boxes containing the day, month and year. How can I make the default selection todays date ?
Thanks
Hi:
I'm creating a line graph (it needs to be a line graph) using cfchart in Coldfusion 7. It's tracking weight loss. The users enter in their weight (y-axis) on specific days (x-axis) ...
I've read many posts on the web about this issue and have not found a solution that isn't Javascript oriented.
I have a contact form on one of my websites and use a CAPTCHA image for stoppi...
Local copy of SQL Server 2008, mixed authentication, database all prepped and ready to go.
ColdFusion MX 7 installed, and when I attempt to create a datasource for 'MS SQL Server', then press...
I am trying to use javascript to validate a form on an CFM web page by confirming that one of a pair of fields is complete (email or phone number). If the form validates, the information coll...