<form action="blabla.html" id="frmSomething" name="frmSomething" method="post"> <input type="hidden" name="foo" value="bar" /> <a href="#" onclick="document.getElementById('frmSomething').submit(); return false;">Submit</a>