Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! Let me know if you need help using the site or assistance with non-technical questions.

 
Time Tested ColdFusion Application Server Solutions: 101 - 125 of 1790
 
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...
I am currently running a Coldfusion 5.0 application with a SQL 2000 backend database. I am interested in creating a tool that will import student records from excel file into my user login ...
I have set up a textarea field for users to enter email addresses to send a notice to. I've been trying to convert the results into a comma-delimited list, which I can then use as a recipient ...
I am using Coldfusion MX, with an access database. Having just used a form to enter a record, I now want a query to pull off THAT record so I can link other data to it.. as primary key is an a...
I have a page that consumes a .NET web service and am trying to replace a couple of characters that are coming down in one of the fields with their HTML equivalents. Here's the gist of it: ...
Not sure if this is best asked in the JS department... but here goes... I have a form with a dropdown for category, and another for subcategory All subcategories have a related 'categoryID...
Hi I do not know much about soap requests, but I need to make one and do not know where to put the soap action.  So far I have my code like this:  <cfsavecontent variable="theSoap"> <soa...
We just reinstalled ColdFusion MX7 on a Windows 2000 server. This machine used to have an old version ColdFusion MX 6 on it, but that has been uninstalled. There seem to be remenants from the ...
is it possible to create a line break in a Javascript "Alert" box?  I was thinking a Hex or ASCII character.   Thanks. Phil
This javascript opens up a centerd window: function openWin(){ var imgwid = 400; var imghgt = 250; var winl = (screen.width - imgwid) / 2; var wint = (screen.height - imghgt) / 2; ...
I have two queries with columns year and value. I want to subtract value in one query from value in the other and store the result in an array or structure. Then I need to convert the array or...
Is it possible to encrypt URL information between pages? Here is the example that I am trying to get to work... FormA.cfm ************************************************* <cfset X...
Dear experts, I cannot explain my self why the following code does not show a "hand" cursor. <select style="cursor:hand;"><option>something</option></select> Why doesnt' it work? T...
I am very much a Newbie and very much confused. I used Coldfusion MX7, Acess 2000, and Dreamweaver MX 2004 and am trying to load my dynamic site on a Crystaltech server. Since they do not a...
I have a field in my MS SQL 2000 db that is a TimeStamp datatype, which is stored as a binary field and i cant for the life of me figure out how to output the data (in coldfusion). i get erros...
Hello, I have 3 values being submitted via a web form. The first is a date mm/dd/yyyy and the second is a time (hh:mm am/pm) and the 3rd is the timezone (EST, CST, MST, PST). How do I combine...
Hi, I'm working on a form that has already been created for 2004 & updating it for 2005.  The previous web developer used the following code to validate the credit card expiration date form...
Is there a formula or tag to convert decimal time to regular time?  (ie 5.75 into 5:45)
Hi! I have a multiple choice question page, as follows: Questions: --- answer 1, 2, 3, 4 in radio button. Now, here are my problems: 1 - sometimes there is 10, other times 15, 17, 20,...
I'm having trouble executing some PL/SQL from CFQuery using a DSNless connection to an Oracle Database.  The Coldfusion Server is Version 5.  Any help would be apprecipated! Here is a snipp...
We recently purchased a new server running MS server 2003 and I had someone install CF MX 6.1 onto it (shoulda done it myself!), but they forgot what they entered for the administrator passwor...
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, ...
Hello, I have been trying to get a piece of code to work on my server.  I know the code works but I am not sure what database this was originally designed for.  I am using MS SQL and CFMX 7...
Hi i have been running a test on the last page of my project and i cannot seem to get over the error that comes up.  can someone explain where i am going wrong.  the error is : String index...
I'm creating a form that has a dropdown of items to order and I need the price associated with this item to populate the price field.  The dropdown is a cfselect populated with options from an...