Is it possible to have a <FORM> call a PHP script that executes server-side, without requiring the browser to load the script's response? I have a page that POSTs data to a PHP script that generates and sends an e-mail. I do not want the script to return any information, i.e. I want to keep the FORM page loaded in the browser.