guides:o4w:o4w_api:o4werror

O4WError routine

Generates an error message using the passed text.

O4WError(errorMessage, title, redirectTo)

The function has the following parameters:

ParameterDescription
errorMessageText to be displayed.
title<Optional> The caption to be displayed in the title bar of the message.
redirectTo<Optional> The URL to redirect to after the message box is closed.

Your procedure should RETURN immediately after calling O4WError.

O4WError(“You did not enter a valid user name”)

 

O4WError(“Please be sure to check your entries”, “Verify Information”)

 

O4WError(“Thank you for submitting your form!”, “Thank You”, “http:%%//%%www.revelation.com”)
 
 
 
 
  • guides/o4w/o4w_api/o4werror.txt
  • Last modified: 2024/06/19 20:19
  • by 127.0.0.1