In the check, error handling can take place as well. Under this circumstance ,if maximum invocations is not a number the script will enter and run these tasks:
- An alert will be raised to notify the user of an error
- The process will call back to the form action so it can be redisplayed. It is best to think of gotoAction as a function call
- Return from this action, since the form has either been canceled or submitted by the form action that was called above
Steps to complete:
- Make the changes to your document as indicated on the right