Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== O4WError routine ====== ==== Description ==== Generates an error message using the passed text. ==== Syntax ==== O4WError(errorMessage, title, redirectTo) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |errorMessage|Text 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.|| ==== Remarks ==== Your procedure should RETURN immediately after calling O4WError. ==== Example ==== <code> 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”) </code> guides/o4w/o4w_api/o4werror.txt Last modified: 2024/06/19 20:19by 127.0.0.1