How can I make a website from my site available to user so they can display the content on their own website?
Is there a JS code that do that?
Question appears in submitCfwindowForm() below in my test.cfm template...
Thank you!!!
I have this little bit of code to create a username that takes out the spaces in someone's last name. It works fine but I also need to take out dashes "-" and any special characters. How coul...
expert:
I have a coldfusion web app on a unix box that generates an excel report on a fly employing i.o java classes wrapped under coldfusion. However for some reason once the Excel file is w...
Hi,
I have an application for which the final output is a one or more pdf reports about an applicant from a database of applicants and other data.
If I create just ONE pdf using this c...
I need to run in an asterisk machine a script to insert data into db. I have the data coming from coldfusion query. I do not have a single clue how to do it.
Greetings.
I have some images that have an ampersand & in the file name. I'm having a problem using the name of these files in a url link.
Example data for myFiles.name:
11-2009 O&M ...
Hello experts.
So far i was uploading images and store the values in one table like this:
art_ID price img_1 img_2 img_3.
But after the advice from expert duncancumming:
http://www.expe...
Hi,
We are moving the .cfc / objects to a different server for a three tier application.
The first tier(frontend) is running coldfusion 8. We have coldfusion running on the second tier ...
Hello,
I have read a file into a variable using cffile.
I now want to use a regular expression to get all the filenames that are inside of the cfincludes inside the file.
<cfinclude t...
I'm a newbie to coldfusion 7 in particular. I've finished creating a database using Microsoft Access 2003 and testing the database locally on my computer successfully. But since uploading it t...
I have a web page where our people can change there address.
I have a drop down that contains the states. When the person brings up that page all his/her info should come up. All the info...
Using Coldfusion 5, can I read a string, and determine if different parts are verbs, nouns etc?
Thank you
I have some java code (found pieces on the web... code is attached) to read an image from the clipboard, send a data stream to an "uploader" script and return the url of the new image on the s...