Advertisement

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

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ColdFusion Application Server Solutions: 76 - 100 of 882
 
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 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 am designing forms which will be asking people for their date of birth. I was thinking to use 3 inputs: combos for day / month then let them key in the year. How can I provide my users...
I need to find a good quality / cost effective image resizer for ColdFusion MX that gives us the following functionality: 1) good quality thumbnail creation 2) Ability to apply smoothing o...
<cfloop query="A03"> <cfset THEFIN = A03.PTFIN> <cfset THEMRN = A03.PTMRN>   <CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE="No">   <CFMAIL   SUBJECT= "Discharge"   FROM="IntranetAdmin@swgc....
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...
I have a comma-delimited list that have a double quote after each string such as peter", paul", mary"  How can I remove the double quote from each string, then recreate the list?
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 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 have two coldfusion forms the first has a select box that is populated for a data base. I also has text areas that are populated when an item in the selectbox is selected. Last on the first ...
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 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've spent an hour searching and I can't find a definite answer to my problem.   I have a Coldfusion variable which is a string of SQL that I use to build a recordset.  The string & records...
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?
ok i am trying to get the values from the form by using FORM.myEditor after submit (posted to same page). but all i get is a error: Element MYEDITOR is undefined in FORM! Now i know that when ...
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 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...
I am trying to open a new window on an <cfinput type="button">. The window should be a javascript window and should be able to contain dynamic url variable references, I have tried the follow...
This works in IE7 Beta but in IE6 the page won't refresh. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html>      <head>           <title...
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...
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...
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...
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...
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: ...
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...