This will get your basic button and return URL
But it sounds like you may want it to go to a specific site per specific password, in that case you'd need some PHP or java code to see what password was entered then upon that redirect accordingly...
<form action="http://www.website.com" method="get">
<input name="password" type="password">
<input type="submit" value="Submit">
</form>