But where would the POST be sent? To the same served that's submitting the form? That wouldn't really gain anything.
If you want certain values to follow the user from one page to another (such as when they submit a form), but you don't want to put them into hidden form variables, you would probably be better off using session variables; the values of these don't get sent to the browser at all.