Is it possible to send post-variables with javascript? I want id to be sent with post, not get.
id
window.location.href=\"hanteraTaBortAnvandare.ph
The simplest way is to just have a form in your page:
Then you just post the form:
document.getElementById("DeleteUserForm").submit();