|
|
Q2067 Is there a way to submit a form and ignore the response?
irt.org | Knowledge Base | HTML | Q2067 [ previous next ] Q2067 Is there a way to submit a form and ignore the response?After submitting the form data to server, it will send the response to the client. This will update the current display on client side. However it is possible to retain the current display and ignore the response from the server. This can be achieved by targeting the response to a dummy frame. Sample code:
Then in the Form.html:
Thus, result will be put into non-vizible frame without affecting the form display. |
-- div -->
|