submit form in jsp
Hello,
in contact.jsp I have form
<form action=contact.php>
............
<form >
the files contact.jsp and contact.php are in the same folder
by submitting the form contact.php can not be executing
I becom poupup window, that ask me to download the file contact.php
what should be the problem
thanks
# 4
I did this test
1.I have place contact.jsp and contact.php in
www.mydomain.com/contact.jsp
www.mydomain.com/contact.php
works fine
2.I have place contact.jsp and contact.php in
www.mydomain.com/MyProject/jspFiles/contact.jsp
www.mydomain.com/MyProject/jspFiles/contact.php
works not
what should be the problem it is the webserver or other reason