<form method="POST" action="auth/signin">
Username: <input name="username" type="text" value=""/>
Password: <input name="password" type="password" value=""/>
<a href="auth/signin">Log In</a>
</form>
How do I post the parameters when the "Log In" link is clicked (instead of using the submit button)?