Redirection upon a failed login

Top  Previous  Next

You may redirect the user to a web address in the event of a bad username or password during login by passing the applet parameter loginErrorUrl with a value of the URL to redirect to.

 

Example

 

<param name="loginErrorUrl" value="http://www.yourserver.com/error.html">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

loginErrorUrl = http://www.yourserver.com/error.html

 

The above example demonstrates this setting loading applet parameters from the params.txt file.

 

See also

 

Specifying applet parameters