To be clear I have something like this. <a href="test.php?name=test">Click</a>
If javascript is enabled,
I think I can use "event.preventDefault()" to suppress passing as GET variable.
So now onclick, name should be passed as post variable instead of get.
If javascript is disabled, Then the above should work.