remove params from form request
Posted
by joe
on Stack Overflow
See other posts from Stack Overflow
or by joe
Published on 2010-04-07T19:23:44Z
Indexed on
2010/04/07
19:33 UTC
Read the original article
Hit count: 189
Hello folks,
Upon user interaction, I need to remove certain input params from an HTML form before submission. Using javascript to remove the input fields from the DOM doesn't seem to actually remove the params from being sent through the request.
Is there a way to delete or clear the actual request params?
© Stack Overflow or respective owner