I'm trying to generate a dynamic index using anchor tags in frames.
The anchor tag I want to generate will look like this:
<a href = "frame2.cfm##myname#" target="frame2">#myname#</a>
...
I just tried to use CFLDAP by puuting in the sample codes from Allaire and somehow it gave me the following error :
CFLDAP
Can't connect to the LDAP server
The error occurred while ...
Hi,
We 've developed an Application with Cold Fusion as Front-End , Ingres as Database and IIS as Web Server.
When we are executing a particular page in our application which...
My form page has the following code. On my action page I want to refer to the value of PersonID of the selected row. I haven't been able to get this to work, even though it's probably pretty...
Whats the simplest way to filter my "date" column. I want it to only query or filter the records based on the last 5 days.
Thanks
Ben
(all i have is 35 points or else I would give more)
Coldfusion Studio 5
In my Coldfusion page, I've written a popup (javascript) routine that shows help information though an A href link. In order to become Bobby compliant, I need to show an...
Hi,
I need to run a batch file from cold fusion.
Say I have a bat file named boo.bat
I want to be able to run it with an argument like
boo.bat Test1
This will create a
Test1.reg file...
Hello All!
Is there a known problem with IE6 and CSS (cascading style sheets)? IE6 seems to ignore my formatting. If so, is there an easy solution?
Thanks in advance!
I am running a Select query, then an insert query to write the records I find to a db2 table.
My db2 table has a limitation of 255 characters per field.
One of the fields I need to write h...
I have a multi-site web server. I installed Coldfusion 5.0 on Win2k and running IIS. Both sites have a virtual site with the same virtual name. Both these virtual sites are pointing to the sam...
ok first i have the following two cfqueries at the top of my document.
************************************************
<cfquery name="GetProducts" datasource="ds1">
select * FROM product...
Hi,
I use CFFTP to get some files from a server, but I have to look at a certain lock file first; if this file is present, my CF-page, has to wait 2 seconds and check for the again... ..unt...
Hello,
With a login in a computer of an closed network the user is already identified in the network and on the server.
Can i get the username he uses to login in my ColdFusion-Application...
I have a long string, consisting of space delaminated text, that I get from a query. I want display less than the first 25 characters and cut up any words.
EXAMPLE (text inside quotes)
Or...
Having trouble with refreshing / reloading main page after I have inserted, updated, or deleted data. What code do I need to make the main page refreshing / reload after I have submitted a fo...
hi experts,
I am trying to use cfloop for cfinput text tag..
so I can create dynamic select menu.
I am trying follwoing code which is not dynamic..
--
<cfloop index = "LoopCount"
fro...
I want to pass 2 values called 'delOrder' and 'delOrder2' on the URL, and then delete records from a table based upon them. I'm having trouble getting the second value recognized using code al...
I am using GETDIRECTORYFROMPATH(#CGI.CF_TEMPLATE_PATH#)and it returns the proper directory except that it has a \ at the end. I.E. c:/www/test/\. Anybody know why this happens?
looking for fusebox customs tags.
Free downloadable custom tags -
like
cf_formurl2attributes
cf_fusetoken
etc...
custom tags that are used in fusebox.
I'm working on a CF database of products with images. Until now I've been making three imnages for the three different sizes the site needs. I've gotten a response from MM about using a file c...
Hi,
I'm trying to send a form with a file from one server to another.
In the source server I do this:
<cfhttp url="http://servername/services/Locker/Upload/act_receiveFile.cfm" metho...
I am trying to create an error report page that appologises to the user that the error has occured and also sends an email to myself with the error code.
Is there anyway of setting a variab...
Hi all...
I'm trying to figure out how to use cfhttp to access a site that requires an auth cookie but that doesn't accept post data...
Normally, in the browser, the cookie info is just ...
Hi,
How to use Cfexecute and Htmldoc.exe ?
I'm looking for samples or help ...
Thank you
I am transferring a site and get this error. What do I need to do to correct it?
Cannot find CFML template for custom tag formurl2attributes.
ColdFusion attempted looking in the tree of...