You can't get the value of POST variables using Javascript, although you can insert it in the document when you process the request on the server.
GET variables are available through the window.location.href, and some frameworks even have methods ready to parse them.