what's the easiest way to convert a GET URL string to POST in jQuery?
e.g. I want the params of a link
<a href="/somepage?x=1&y=3" id="postlink">link</a>
to be submitted as POST onclick if javascript is activated. No AJAX, just normal form submitting.
Any Ideas?
Thanks, Hannes.