Hello,
JSP is not meant for Client Side Scripting, it is purely server side scripting language.
For better programming, u have to use JavaScript for ClientSide Scripting(i.e for form validations etc.)and u have to use JSP at Server Side to check the important validations(if any) even it was done on the client side (using JavaScript).
Prasanth.C
prasanth.c
|