Add an error to the NT Application Event Log. This is handy for testing the NTpage Watch or if you want to put an error in the Event Log when something happens on a web page.
Set form field values as follows:
<INPUT TYPE ="hidden" NAME="Command" VALUE="EventError">
<INPUT NAME = "Message" VALUE="Put this error in the event log">
Where VALUE is the error message you want put in the NT Application Event Log.