Skip to main content
Skip table of contents

OnError: Display a message box

Tag: OnError

A message box can be displayed when an error occurs.

Tag Attributes

Attributes

Attribute Values

Value Description

MsgBox

User Definable

The message to display when an error occurs.

Example Scripts

CODE
<ytriaAutomation>

	<OnError continue="true" MsgBox="ERROR"/>
	
	triggers error:
	<Unselect/>

	<MsgBox Message="FINI"/>
	
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.