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
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);
}
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
Instead of importing the table create a link to it. Like the way you can do it with MS Access
Meaning I would like to access the DB2 Table via MYSQL Database Server
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
Try using a mysql Driver for Java
it is called mysql-connector-java-3.0.6-stable-bin.jar
I think you can find it at the mysql site.
I had the same issue when I switched to the mysql driver it resolved the issue
Connection String would look like this...
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="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software...
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.