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
?
For send request in POST from a page, you can do with JQuery.post (in this case, you must use the library) or cURL (in php)