I have the following form:
<form method="post" action="http://domain.com/api.json?param=value"></form>
On submission of this form, this will replace my document with a response from http://domain.com/api.json
.
Is it possible to POST this form, but prevent receiving a response, and keep the existing HTML with the form
?