Howto customize the page rendered at the browser client while processing FormFill SSO

  • 7006611
  • 11-Aug-2010
  • 26-Apr-2012

Environment


Novell Access Manager 3.1
Novell Access Manager 3.1 Service Pack 2

Situation

In case the Web Application server response take a longer time to process the posted HTML login form (pre-filled using FormFill) a blank page will be rendered at the browser client.
   

Resolution

Using the "Statements to Execute on Submit" from within the "Enable JavaScript Handling" will allow you to add some JavaScript to provide any kind of message using JavaScript code. Example: document.write("<center><h1>Please Wait</h1></center>")