Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
this is my submit button..

i want to use other servlet for handling this servlet

<input type="submit" name="adddir" value="submit" onclick='form.action="addfolder"'/>

here it can call a .jsp page but it cannot handle servlet

<input type="submit" name="adddir" value="submit" onclick='form.action="login_ml.jsp"'/>
Posted
Updated 24-Oct-15 5:47am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900