Ok, i found the way to do it.
Code:
<a href="#" onclick="javascript:myform.method='POST';javascript:myform.submit()">CLICK
HERE</a>
I had to manually change the form method property before i submitted, which i dont understand why, because shouldnt it be set when i did it in the form tag? I mean the action value was taken in, how come not the method?
wierd...eh?