using JS also stops ppl from using the back button and getting the pop up message about "post form" and do you want to resubmit the data.
If you use the form button. the browser will track the form action as a page in the history. When you use JS, it does not. If you hit Back it goes directly to the form entry screen and you get no pop up.
|