From an admin page if the user is valid then the browser should go to another page.
When a user enters his user name and password, then clicks the OK button then another
For MVC developers, to redirect a browser using javascript:
window.location.href = "@Url.Action("Action", "Controller")";