I want to call a jsp page with in the javascript function without using this code
<form method="post" action="createxml.jsp">
I use the call like this but it is not working.
function questype()
{
createxml.jsp
}
Help me to call this page.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you using any framework?
If don’t, the “Action” value it’s the JSP url that returns the JSP.
Example:
in your xml file, you has got something like this:
Later, you need to do something like this: