o ile dobrze zrozumiałem (ale pewien nie jestem) chcesz wykonać POST'owy request za pomocą linka, jeśli tak to musisz sobie zrobić formularz w którym dasz ukryte pole z wartością.
<form action="" method="post" style="display: none;" id="send"> <input type="text" name="cos" value="cos_val" /> <a href="#" onclick="java script: document.getElementById('send') .submit()">Twój link
</a>
PS. Możliwy jest też request AJAX'owy ale nie wiem czy to jest to?