Hi everyone!,
Im designing a html login page using javascript .This is how it goes:
If there's anything wrong with the fields(as in fields not filled etc), the verification takes place at the client end using
java script.
But, if everything is ok, i want to pass the control to a
servlet where the
jdbc part takes place.
Now my question is :
how do i pass the control from the html page to the servlet? thanks a lot.
regards,
ravissant
[ February 19, 2007: Message edited by: Bear Bibeault ]