Hi there
I have the following web page trying to do a ajax post to a coldfusion page which inserts data to a file:
dave.html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional...
I would like to have either a checkbox or radio button that when selected encrypts the output field. I have the code for the encryption but how do I automatically execute the checkbox function...
Ok, I'm displaying a number from a database table (ms sql 2005). The fields is datatype money. However, it's displaying 4 numeric values after a decimal. How can I remove the decimal and al...
A client's MLS company offers realty listing information in the form of RETS xml data.
I've done several xml-based sites, usually reading the xml data into a mySQL database, but from what I...
Ben Forta uses both cfinvoke and cfobject in his tutorial at
http://www.macromedia.com/devnet/coldfusion/extreme/bforta_cfc.html
Livedocs says
"When the cfobject tag creates an instance o...
Hi,
I'm looking for a regular expression in ColdFusion that will remove all html tags except for: links, bold, italics and underline, <A HREF...></A> <B></B><I></I><U></U>. Thanks.
Micha...
Hey!
I have a really easy question on clearing text fields inside a form.
I want text to appear in a textbox...eg type search here and when the user clicks to type a search in the text w...
Hi, what is the sql statement to convert a varchar to a number. I'm trying to run a query that grabs all prices that are either less than, more than, or equal to a value but need to convert t...
For some strange reason I have a website that is unable to access the CF8 Ajax scripting libraries.
The website is not set up as the default website on the server (IIS 6.0 , Windows 2003), ...
I'm having problems pulling BLOB data from a mysql db and displaying it in a web browser. I can query the db just fine and return text data. However, the BLOB shows up as "Y0ya" instead of t...
Can someone please post some code examples(javascript) that show how to validate a phone number. I only want digits(example: 1231231234 NOT 123-123-1234). If you know of a way to allow inter...
I would really appreciate it if someone could explain to me in detail how file upload works.
The reason I am asking is because a client of ours has implemented a global filtering system on ...
Is it possible to sort a query after I have made an SQL query?
If I submit this query:
<cfquery datasoure="database" name="test">
SELECT data FROM table
</cfquery>
And I have five...
I have an edit form with three checkboxes on it. When the original form is filled out I save the number 1 to the database if they check one of the text boxes. How would I pull this data from...
I'd like to pass an array to a ColdFusion template using the URL query string.
Something like: MyColdFusionTemplate.cfm?myarray=ArrayName
Is this possible?
The bigger picture:
I have a s...
I was just wondering if anyone here have experienced the same situation I'm in
right now. In a nutshell, I'm noticing on my ecommerce website the cookie holding
the shopping cart ID is bei...
Hello again folks. I created an oracle database, specified the passwords for SYS and SYSTEM and specified the username/password for the repository also.
I then go to CFMX Admin and create ...
Just got finished configuring IIS 7 on my brand new Windows Vista Machine (Premium Edition). The installation program for WIndows for Adobe Cold Fusion 8 went to completetion with no errors, ...
I have the following two lines of code:
<cfheader name="Content-Disposition" value="attachment;filename=#filePre##fromDate#-#toDate#.csv">
<cfcontent type="application/octet-stream" d...
I have had several people try this now, and CF8 will not install on Vista using IIS any more.
Below is what you get, I could probably manually hack lots of IIS settings and get it working, ...
I've developed an app that allows a user to upload a TAB DELIMTED CSV file (of job listings), and which is then turned into a query object on the front end of his website (against which search...
I am developing a site that's a bar database that displays events, band and schedules, etc.
One of the features is an event by date calendar. When a date is clicked, any event or band eve...
Hi,
I'm getting error while working with JSP page having prepared statement. There are 3 prepared statements, 3 different ResultSet objects being used correspondingly.Other two prepared st...
I have a new CF site on a test server that is running fine, but when I moved it to a stagigng server, I get the following error. I fixe dthe probme by renaming the var "temp.display_fld_name"...
Isn't there a CF tag I can use that will strip out html tags on a variable?
I have a variable I'm getting back like so....<icon>35</icon> that I need to clear out the tags in order to disp...