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 bkrike 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: tanny
  • Content: Threads
  • Order by date
  1. tanny

    Object expected error

    Hi guys, I'm getting an Object expected error on the line I've marked in bold in the following code: function checkiftoobig(){ var hasbasedata; var hasothercriteria; var valuetoreturn; If ((document.Enquiryform.matrlcod.selectedIndex > 0) || (document.Enquiryform.surfcod.selectedIndex > 0) ||...
  2. tanny

    Import txt file loses records

    Hi, Hope somebody can help here! I am getting a Win NT server to pipe a directory listing to a text file. Then I get either a Win 98 or Windows ME machine to import this file into a table (using a filespec that only grabs the file name). What is odd is that some of the entries in the text...
  3. tanny

    cffile and append

    Hi all, I'm having trouble using the CFFILE action="APPEND" tag. I run a query that outputs a whole heap of records which are destined to be placed into a csv file. I create the file with the appropriate headings. This is not a problem. The problem arises when I get into the cfoutput...
  4. tanny

    CFCONTENT and refresh on back button

    Hi, I know I'm starting to sound like a broken record about this tag, but its intricacies are endless! I'm using CFContent (with a cfheader as suggested) to grab an image file (that I want to keep safely hidden from the webserver) and then display it in my page. This image is used as the...
  5. tanny

    cfcontent - how many times on one page?

    Has anybody tried to use cfcontent more than once on a page? I am trying to show a number of thumbnail jpg's (about 10). Filepaths for these thumbnails are retrieved from a database via a query which is used in a cfloop. I set a session variable with the filename in the loop, then go off to...
  6. tanny

    Rogue semicolon causing js error in IE5.5 with dynamic selects

    Hi, This is the code (in its entirety) that I'm running function tdarray(texttext, valuetext){ this.texttext = texttext; this.valuetext = valuetext } function ChangetdTo(strpfid){ var copyofarray; var tdtypes=new Array(tdarray); for (i=0;i < document.setfilters.td.length - 1;i++){...

Part and Inventory Search

Back
Top