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 Mike Lewis 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: tkt
  • Order by date
  1. tkt

    setInterval to slow a for loop

    I'm trying to set the speed that a FOR loop runs through. I'm dynamically submitting a form based on input from an array. The code works but only if it is slowed down (currently) with an alert line. If I could set an Interval I wouldn't have to keep pressing the alert box to close & could remove...
  2. tkt

    help with transparent panel

    I'm working on a similar problem. I want to make a Java window's background transparent - I haven't found the solution yet but I found some information on the glass class that might help you. Here is a link to the information I found. Hope it helps...
  3. tkt

    How do I reference a library graphic

    What is the path to an image in the library? I want to a larger version of a graphic to display in a targeted invisible movie (movie clip with nothing in it) when a smaller graphic is rolled over. This works below but I want to reference the picuture that is in the library rather than calling...
  4. tkt

    valid XHTML with Flash Object

    Hi, there are not XHTML forums here so I'm cross posting this question in HTML and XML forums. does anyone have an example of a flash object in Netscape without using the embed tag? I'm trying to make a XHTML 1.0 compliant page where I want to put in a flash object. embed is not valid XHTML tag...
  5. tkt

    valid XHTML flash Object

    Hi, there are not XHTML forums here so I'm cross posting this question in HTML and XML forums. does anyone have an example of a flash object in Netscape without using the embed tag? I'm trying to make a XHTML 1.0 compliant page where I want to put in a flash object. embed is not valid XHTML tag...
  6. tkt

    How do I count column values from a CFQUERY

    I found the answer! It is: <cfset col_1_list = ValueList(get_ftn_survey.priority_1)> where get_ftn_survey is the name of the original query and priority_1 is the name of the first column. What is returned is a list of all the column data which I can run a listValueCount on <cfset...
  7. tkt

    How do I count column values from a CFQUERY

    I have a query that returns multiple columns of numbers, for each column. I have 3 numbers 3, 4, 8 and I want to loop through the column_1, 3 times counting how many times 3, 4 and 8 appear, then column_2, 3 times.....etc. So far my answer is to build a query for each column & then make an...

Part and Inventory Search

Back
Top