If I have a submit button that will execute a PHP script, can I execute it without actually going to that page, i.e.: process.php? I'm used to JavaScript being able to do this.
(For the record, I'm talking about without AJAX, without redirecting once on that other page, and no, I'm not very hopeful.)