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: whitesox12
  • Order by date
  1. whitesox12

    Generate Turing Number for form submission to prevent automated regist

    Thanks I am going to implement the same using JSP/Servlet and see how it goes.
  2. whitesox12

    How to sort Detail Records in Hibernate

    thanks I was able to figure it out
  3. whitesox12

    Generate Turing Number for form submission to prevent automated regist

    Hi, How I want to have a script to generate and check a turing number. A turing number is a number the user has to read and copy in order to be able to validate a form. This avoids automated submissions. Just like when you register for yahoo mail etc it asks for this number to prevent automated...
  4. whitesox12

    How to sort Detail Records in Hibernate

    Hi, I am pretty new to Hibernate and needs some help in resolving the following issue. I am trying to retrieve Menu and SubMenus data from Database tables. I have two tables Hiber_PARENT_MENU and Hiber_CHILD_MENU. How can I keep the order of my detail records i.e. Sub Menus .Right now everytime...
  5. whitesox12

    Uploading file and send data to servlet or jsp page

    Here is the sample code I am trying to run from http://www.theserverside.com/tt/articles/article.tss?l=HttpClient_FileUpload but keep getting the errors: Listing 9-4. UploadFiles.html <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"/>...
  6. whitesox12

    Uploading file and send data to servlet or jsp page

    How can I upload the file content into a textarea on a HTML form. Or how can I directly upload a file and post it to a servlet. On my form I want to have a upload button where a user browse and select a file once selected wanted to post the file to a servlet. Any help is appreciated. Thanks
  7. whitesox12

    Drop Down Menu Help Needed

    Hi I have the following script is from http://tiernok.com/tt/dropdown/styles/caffeine.css and http://www.htmldog.com/articles/suckerfish/ that I am trying to modify. It runs fine both in IE and Netscape but look and feel is what I am trying to make it work. Here is the issue I am facing and...
  8. whitesox12

    Moving files on different drives

    How can I copy or move a directory and subdirectories to a new directory from C drive to E drive. I have one Master directory that contains several sub-directories, each sub-directory contains several files. I want to check if a sub-directory is older than 2 days copy or move this...
  9. whitesox12

    Automatically download attached files from MS Outlook when new email

    How can I download attachments from MS Exchange Server. Any help is appreciated. Thanks

Part and Inventory Search

Back
Top