In a JSP I want to perform an call to another JSP after the form has been submitted and I cannot use action attribue as it already being used?
I want to call another JSP with above limitations.
tried using jquery
">" $('#form2').submit(function(event) { $.ajax({ ">"
but didnt work..