Is there any way to pass stuff from one page to another using the POST method without using forms.
Like in get you can just append a ? with whatever you wan
?
You'll need some javascript if you want to POST from the browser and make it look like a link:
you can use submit() function . see http://www.javascript-coder.com/javascript-form/javascript-form-submit.phtml for example.
but if you want it to act like GET, why not use GET ?