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 wOOdy-Soft 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: Kafenated
  • Content: Threads
  • Order by date
  1. Kafenated

    Checking a Text Field for Special Characters

    I'm new at javascript. I need a validation to check a value of a text field. If field contains a comma, single or double quote then send message. I know how to send the message my question is the script to check for characters Thanks in Advance
  2. Kafenated

    Easy question" Running a program in timed intervals"

    I'm new to Threads and for an example to get me going. Can someone give example code I would like the method below to run every five minutes. public void showTime() { Date theDate = new Date(); System.out.println("The time is" +theDate); }
  3. Kafenated

    Finding out the Date two weeks ago

    I have a java app where I need to encode a stop date into a URL. I can get todays date but need to figure out the date 14 days ago from Today. Any Ideas Thanks in Advance
  4. Kafenated

    Linking DB2 tables to MYSQL

    My appilcation needs to access two tables, one on MYSQL and one on DB2 Is there a way to link the tables....I would rather link if possible instead of my app having to go to two places Thanks in advance
  5. Kafenated

    Passing parameters from Action to next jsp

    I have a login page after validating the user and password I would like to pass the user to a welcome page to display WELCOME +user Here is my Struts-Config.xml <?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?> <!DOCTYPE struts-config PUBLIC &quot;-//Apache Software...

Part and Inventory Search

Back
Top