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...
I need to modify the structure of several tables in an Access database using SQL and ColdFusion. The database is on a live server so I can't open it directly, but I want to verify the changes ...
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 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,...
If I pass an empty field into a stored procedure like so:
<cfstoredproc procedure="myProcedure" datasource="#Application.DSN#" debug="yes" returncode="yes">
<cfprocparam type="in" cfsqltype=...
ran into a problem today...switched to firefox 1 to do my development and seem to be running into issues with cflocation...or fusebox or...???
Error Message
"Redirection Limit for this...
Hello,
How do I edit a string in cf. Let's say I have the following string:
aaa/bbb/ccc/ddd.abc
how do I find the last occuring / and delete everything before it. The end result for the...
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;
...
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 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...
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 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...
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'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...
<cfloop query="A03">
<cfset THEFIN = A03.PTFIN>
<cfset THEMRN = A03.PTMRN>
<CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE="No">
<CFMAIL
SUBJECT= "Discharge"
FROM="IntranetAdmin@swgc....
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 ...
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 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 have a table displaying several records. Im trying to display one of the fields, TemplateID, in a select box, but Im unable to force the correct value into the select box for each recor...
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...
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...
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:
...
How to you do a date comparison to a datetime.
ie: Have a datetime in a database and want to get all records for a single date.