Web Login Failure

We have a standard home page that has a login field and password field defined and on submit the user is authenticated against the directory. No problem, but when the username or password fails, it can get ugly as you need to define a custom mapping for the page.

What we are looking to do is if the authentication fails, simply do nothing or load the same home page again.

Without pasting all the code into a domino form, can you reference an html page to load when authentication fails?

–Ben