I don't know if this is possible, but I want to submit information using POST with a link. I know I can use GET, and I know I can use a form with a hidden value and submit it with a link, but I don't want either of those. I need to be able to do something like
<a href="mysite.com/submit.php" target="_BLANK" value="$id">Submit</a>
Also, doing it without JS would be nice. :)
Is this possible? Thanks.