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. GregLanders

    Extending a Datatype of LONG???

    How can set a column of datatype long to accept more that 65000 characters. I see in the documentation that this datatype will hold up to 2GB but when I try to stick in more than 65000 characters, the data gets truncated. Anyone know what I am doing wrong?
  2. GregLanders

    Using an IMG tag to execute a script...

    Hello, I am using an image tag to execute a CF script like this: <img src=&quot;abc.cfm&quot; width=0 height=0> IE is nice and forgiving but NS4.x shows a broken image. My reason for trying this is, I want to be able to execute the ColdFusion from any file type, not just a .cfm file. Any...
  3. GregLanders

    Can you interpret this NS6 error???

    Hello, I am doing some pretty complex array loops and passing of variables in a script that I am writing.... Works like a champ in IE, but I am getting the following error in NS6.2 and am not sure what to make of it... lib85 is the name of a function on line 64 but that is as far as my...
  4. GregLanders

    Finding UNIQUE items in a list...

    What is the most efficient way to return a list of UNIQUE items from another list of items?
  5. GregLanders

    Applying the target property to location.href.....???

    How do you apply the target property to a location.href? document.location.href=&quot;http://www.domain.com&quot;; Such as _blank or _top.
  6. GregLanders

    trying to set up a 3D Array...what am i doing wrong???

    I am trying to set up an array with 3 dimensions and then test it by outputing it with 3 nested loops. Here is my code: <!--- Initializing an array with 3 dimensions ---> <cfset menuitems = ArrayNew(3)> <!--- Defining the elements of the array ---> <cfset menuitems[1] =...

Part and Inventory Search

Back
Top