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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.