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!

Recent content by Cher

  1. Cher

    Session variables

    StructDelete removes the specified item from the specified structure. Example: <cfscript>structdelete(Session, &quot;fieldName&quot;);<cfscript>
  2. Cher

    Disable F11 and Shift+F10 (IE5)

    I have to keep an application secure. I open the app in a window with the following: function Start(page) { OpenWin = this.open (page, &quot;CtrlWindow&quot;, &quot;status=yes,toolbar=no, menubar=no,location=no,scrollbars=yes, resizable=yes&quot;); }. I...
  3. Cher

    how to create cfloop for insertion of data

    I've generated a cfloop to create textfields based on the user input from 1-5.(max up to 5 field) <-- check to see if #form.input# GT 5--> cfset count=#form.input#> <cfif count GT 5> <--Error message--> <cfelse> <cfloop index=&quot;index&quot; from=&quot;1&quot; to=&quot;#count#&quot;>...

Part and Inventory Search

Back
Top