Hey all,
This should be a simple question. I want to know how to get the path for the current page in coldfusion. I know there is some coldfusion variable that stores this. I wou...
is there any way to force a user's session to expire when they leave the site so they cant use the back button to get into a secure area?
I know how to destroy session variables but am encountering some problems. Below is the description of the problem.
Description
-----------
I am trying to create a website but requires us...
hi,
i am relatively new using XML/SOAP, however i am working on a project where we must create a data feed of our products and send them to Amazon to be listed on their site as an affiliat...
How would I create an ODBC connection to an Access database using coldfusion?
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...
Dear experts,
I am designing an intranet application, and I would like to use the windows authentification on my intranet.
What are my options? Can I detect either the windows user or th...
Hello experts.
I have an output query WADAdboartikel
I have there allready two functions.
checkall and popchoosentovergleich.
Now i want to add one more:
When i check one checkbox in one ...
Hi!
I have a form on a CF page that depending on the value of field Layout (a value from 1-4) the user will be taken to a different page. I know it cann be done through javascript and I thi...
i am using the following query
SELECT POSITION_LIST.EMPID, REPORTS_TO, USER_PROFILE.EMPID, USER_PROFILE.USERFNAME, USER_PROFILE.USERLNAME
FROM POSITION_LIST LEFT JOIN HR_TOOLBOX_USER_PROFI...
Hi i ahve a link where if soone clicks,it passes the url id (associated) the action page deletes all ther records from 3 tables related to this pased id to the action page.
However i wanted...
I am currently working on developing a photo album for our local volunteer fire department (www.soundbeachfire.org). I am getting hung up on a cfselect form binding on the applications admin p...
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...
We recently upgraded to Coldfusion 8 because of the freezing up of our server. Now we seem to be getting more details such as the "PermGen space" error. When I researched it I learned it was...
I need to round 99.96456146 to the nearest hundredths
Thanks
I have four CFCs that I would like to be available to all pages. Initially, I was storing the CFCs in a session variable, but one of the exchange experts recommended that I store the cfcs in ...
Is there a ColdFusion method of converting a Word file into pdf? I have to merge a Word document with a pdf, and I think I need to convert the Word document first so that I can use the cfpdf ...
Ok, Is there a way to set a character limit
on a textarea form element? Is there a way
to check if the entered text exceeds a character
limit?
I am looking for my options to have a button on my page to print directly a word document or pdf.
The <LINK rel=alternate media=print href="thedocument.doc"> type tag does not work, it on...
I am doing my best to try to read an Excel file using ColdFusion.
The problem is, if I try to load this data:
LOGICAL_CIRCUIT BUSINESS BUC
TEST_CIRCUIT 666666 D47147
TEST_CIRCUIT 66666...
RSS feeds such as Yahoo.com that contain images, I'd like to save the img src image path from the feed to a database.
I'm already saving the feeditems TITLE, DATE and CONTENT into separate ...
Hello over the last year i have been using self posting pages to perform my FORM validation which works great..... BUT the only problem I am concerned with now is security of passing URL varia...
Experts,
I need a CFTree control to show the contents of a folder on the webserver. The structure of this directory is known and is not supposed to change: the root directory will contain ...
Hi Experts,
I had installed ColdFusion 8 on Windows 2008 Server machine. I have encountered some errors. After the installtion is completed and I hit the "Done" button the browser opens and...
Quick 500 points ... I spent an hour trying to figure this out and need ASAP
All I need to do is find the last character in a string
Example: Find the last character in the string "Expe...