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 John Tel 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: kjeff215
  • Content: Threads
  • Order by date
  1. kjeff215

    I know I can use the find funct

    I know I can use the find function to search for a defined particular string. But how do I search for a undefined length string For example I am looking for the "***#Userid#***" string inside of a header. But this number can range in value so do I need to search like this...
  2. kjeff215

    cfapplication

    on logout I have the option to use structclear(thanks Tek) or I can manually set the local sessiontimeout variable to "0" to clean sweep session variables. My superior s suggested that if coldfusion has a tag (cfapplication) that allows you to define variable storage mechanism through...
  3. kjeff215

    destroying a session on logout

    In my code, on logout the user's session variables are simply nullified. I need to know if I can actually destroy a session(object) on the server on logout. the purpose: to insure security and free up memory on the server any help would be appreciated thanks in advance
  4. kjeff215

    Open window and refresh in javascript/coldfusion

    I am using a coldfusion template. A simple form is submitted. Onsubmit it generates a popup window(showing the user submission). What I would like to do is to also refresh the parent window so that the form variables(content on the page) is now refeshed and gone. I was told that I can do more...
  5. kjeff215

    Cffile and makeunique

    I am having a problem with the makeunique function within the cffile. When I upload to a temp file, it is not appending a unique value to the file. I then move it to permanent. The problem is that when someone deletes a file that someone else has also contributed, the file is now gone from both...

Part and Inventory Search

Back
Top