Previous Topic: Display a Pop-up Notification DialogNext Topic: Redirect Users to an Alternative URL


Display an HTML Page in Browser

To display an explanatory message in an HTML page, you simply specify the <title> and <body> tags. The <title> displays in the browser title bar. The <body> can contain any standard HTML content. You can add the required text directly (be aware that there is a 1,000 character limit) or you can use variables:

%messagetitle%
%messagetousers%

More information:

Template Variables