|
Prev Next
Back to the top of the FAQ
Q.
I want the user to be
redirected to a sign up page,
if they fail to
login with Basic Authentication.
A.
In the Basic Authentication
"Access Denied Message" area
place the following java code:
< SCRIPT LANGUAGE = "JavaScript" >
window.location = "http://www.yourdomain.com/signup.htm";
< /SCRIPT >
Sign up < br >
< h1 > < a href="http://www.yourdomain.com/signup.htm" > Sign up here </a > < /h1 >
Back to the top of the FAQ
Prev Next
|