I used a html form that has a password field named password and a submit button named submit. When the submit button is clicked the page reloads with the $password variable sent
back to the server. Then when php resends the html to the client it includes the appropriate javascript to redirect them to the correct protected page.