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

    .htpasswd perl script

    Hello all, I am trying to write a very simple password program (it isn't being used for any important data) that uses the .htpasswd file (so I don't have to maintain two password files for users). So I need a way to convert the password the user types in into the .htpasswd hash either before it...
  2. ArcAnjel

    Spam Folder Rules

    Hello, I ahve just setup a new spam filter, dspam, for our mail server. One of the features is the ability to forward missed messages back to the server to retrain the filter. So what I would like to do is have messages put into a specific folder (a spam folder) automatically redirected back...
  3. ArcAnjel

    Regular Expression Implementation

    Hello folks, I'm sort of new at this, so bare with me. I have a search function on my website for a part number cross reference and I'd like to add the capability to use regular expressions in the search. Right now the user must type the search string almost exactly as it is in the database...
  4. ArcAnjel

    Change the history entry

    Is there some way to specify what URL should be listed in the back button history list when you click on a link? Thanks!
  5. ArcAnjel

    Need Javascript to function differently if page loaded by back button

    As the subject says, I have a page that needs to run differently if the page is loaded by a link or if it is loaded by the back button on the browser. I want to test for this in the Javascript. Pseudocode: if (loaded by back button) { Do this; } else if { Do this instead; } Any ideas? -Carl

Part and Inventory Search

Back
Top