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 Chriss Miller 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: *

  1. AAshcroft

    Click method not working

    Thanks for responding, Greg, but what I'm actually trying to do is dynamically select an existing radio button (not just test to see if it has been selected). The click method does not work - neither does setting the checked property to True. - Alan
  2. AAshcroft

    Click method not working

    Hello, I am trying to select a radio button from within JavaScript. The set of radio buttons have all been given the same name (QEDataEntry). I have tried the obvious, the click method, to no avail. I have tried the following: document.form1.QEDataEntry[4].click...
  3. AAshcroft

    Data Type Conversion

    A simple question from a beginner: How does one convert a CF integer to a string (and vice-versa)?
  4. AAshcroft

    Passing CF Variables to JavaScript

    Thanks everyone, problem solved. Including the CF variables within <CFOUTPUT> tags (within the JavaScript code) is what is needed. I played with cnisa's form method for amusement, but couldn't figure out how to get the results from my query (set using <CFSET> into the values of form elements...
  5. AAshcroft

    Passing CF Variables to JavaScript

    I'm a new CF user and can't figure out how to reference CF Variables from a JavaScript function. The CF Variables are set on the same page as the JavaScript function is coded. The example below is the simplified version of my problem - simple as it is, I can't seem to solve it. I found the...

Part and Inventory Search

Back
Top