Given following page test.html doing a form submit to another page post.html:
<form action="post.html" method="POST">
<input type="hidden" name="t1" value="qwerty"/>
<input type="submit"/>
</form>
Is it possible using JavaScript or jQuery in post.html to read value of t1.