home *** CD-ROM | disk | FTP | other *** search
- <!-------------------------- ERROR MESSAGING MODULE --------------------------
- Provides for the display of consistent validation error messages.
-
- INPUTS: Error_Message - The body of the error message to display.
- ------------------------------------------------------------------------------>
- <FORM>
- <CENTER>
- <BLOCKQUOTE>
- <HR SIZE=1 NOSHADE>
- <FONT SIZE="-1" FACE="MS Sans Serif" COLOR="#FF0000">
- <CFOUTPUT>#Error_Message#</CFOUTPUT>
- </FONT>
- <P><INPUT TYPE="button" VALUE=" Go Back " onClick="history.go(-1)">
- <HR SIZE=1 NOSHADE>
- </BLOCKQUOTE>
- </CENTER>
- </FORM>
-