Guest_imported
New member
- Jan 1, 1970
- 0
I have a jsp page that accepts information and places it into a database when the submit button is pressed. I also want it to go back to the previous page when the same submit button is pressed
I was trying something like this but with no luck
<FORM NAME="editUserForm" ONSUBMIT="return checkFields()parent.location='previouspage.htm'">
Please Help if you can
I was trying something like this but with no luck
<FORM NAME="editUserForm" ONSUBMIT="return checkFields()parent.location='previouspage.htm'">
Please Help if you can