Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hacole
  • Content: Threads
  • Order by date
  1. hacole

    Using CFQUERY with select box

    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=&quot;GetTaxCities&quot; DATASOURCE=&quot;#session.ORA_NAME#&quot;> SELECT...
  2. hacole

    Array Problem -- Duplicating Value??

    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...
  3. hacole

    IE Error When Refreshing/Disable Back Button

    Is there any way to get around the Microsoft confirm box to &quot;Retry&quot; or &quot;Cancel&quot; 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=&quot;JavaScript&quot;>...
  4. hacole

    Execute CFQuery onBlur.....

    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
  5. hacole

    whitespace in browser

    Hello out there. How do I handle whitespace in my value pairs embedded in the URL? Here is my URL: /...PersonPage.cfm?type=2&amp;CT=3&amp;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...

Part and Inventory Search

Back
Top