Is there a simple solution to connecting to a remote data base to verify a use input on an HTML form. This would neeed to be a DSN-less connection. My web app already contains Java classes that make connections for various data. However, this situation involves a user inputing a job number which I need to verify before the form can be submitted. Could I use a java class called from javascript?
Please help.
Please help.