I've got two <CFQUERY>s - each of which populate select boxes. How can I default one from the other onchange? Can I use JavaScript somehow?
<CFQUERY NAME="GetTaxCities" DATASOURCE="#session.ORA_NAME#">
SELECT...
Hello, all. I'm working with an application where the user can add a new account, premise, and service point. Once they complete this, they have the option to go back to the beginning and do another, or go to a report page. Throughout the app there are five fields that I'm building arrays...
Is there any way to get around the Microsoft confirm box to "Retry" or "Cancel" when refreshing a page? I'm trying to disable the browser's Back button by running the following script in the head of every page:
<SCRIPT LANGUAGE="JavaScript">...
Is it possible to execute a CFQuery onBlur of a form field?? I don't want to read the whole table, and I'd like to do a query using the value entered, to validate if it exists.
Thanks,
hacole
Hello out there. How do I handle whitespace in my value pairs embedded in the URL? Here is my URL:
/...PersonPage.cfm?type=2&CT=3&name=Holly%20Cole
When I try to set my variable in PersonPage.cfm, I'm only getting the part of the string up to the '%20'. (Name: Holly) I'm using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.