Redirection upon a failed login
Top  Previous 

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.jscape.com/error.html">

The above example demonstrates this setting using HTML applet parameters.

Example


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

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