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 should use jQuery to this. You can use its ajax() function. Visit the link below and read the full description of it with the functions list to help you out.
ajax()
Here is a sample code for you:
Submit this Div!