Forum Moderators: coopster
I have this situation where I think most of you have already been before. I have one form where I have to have these two submit buttons:
1. Submit to file1.php - Perform some operation.
2. Submit to file2.php - Delete the entries.
I understand that I can do this with JavaScript by putting onclick event and settings the form action accordingly....but is there any other way to do this?
Please help.
Thanks
Bye