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 strongm 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. meanses

    PHP encryption using Java PBEWithMD5AndDES

    I'll ask the java /jsp programmers tomorrow at work. I'm almost 100% it can.. but it wont hurt to verify it with them.
  2. meanses

    PHP encryption using Java PBEWithMD5AndDES

    Yeah.. I've done my research with the php based crypt functions..PHP doesnt have a one step solution that I could find for PBEWithMD5AndDES. The other developers and I found a way around the whole problem and php is not going to authenticate the users.
  3. meanses

    JSP encryption

    There is java encryption file / process that is used quite frequently in the JSP world (found here: http://javaalmanac.com/egs/javax.crypto/PassKey.html). The current company I am working for has developed their own version of an LDAP server which uses this encryption standard and jsp. I am the...
  4. meanses

    PHP encryption using Java PBEWithMD5AndDES

    There is java encryption file / process that is used quite frequently in the JSP world (found here: http://javaalmanac.com/egs/javax.crypto/PassKey.html). The current company I am working for has developed their own version of an LDAP server which uses this encryption standard. I am the only...
  5. meanses

    Using illegal characters in a function to modify a html form

    Wow... I feel like a blond now that you showed me why the radio buttons were not working. Thanks for all your help, I should be good to go now!
  6. meanses

    Using illegal characters in a function to modify a html form

    Alright, I took the advice and modified my PHP script to put Q’s in front of the numbers, and use “_” instead of “~” in the naming of the input forms. Then I applied the JavaScript and it works great with checkboxes.. but I can’t get it to select the radio style buttons. Here’s the code I’m...
  7. meanses

    Using illegal characters in a function to modify a html form

    Basically, I'm new to JavaScript, but I have a strong background in PHP. I’ve developed this survey application to pull questions out of a db. Well I've come down to a problem where my PHP application might build a complex survey question that has checkboxes and then the very last checkbox is...

Part and Inventory Search

Back
Top