Hi All,
After filling up a form and clicking the submit button, is there a way of preventing the browser from opening the target URL??
Here's the situation -
1. My form data is processed by a PHP script whose URL is,say, - http://localhost/submitform.php
2. On clicking submit, the browser opens up this URL. I need to stop this.
Is there some way to do this?
Thanks and Regards