DTW_APPLET_ALTTEXT

AIX HP-UX Linux OS/2 OS/390 OS/400 PTX SUN Win NT
X X X X X X X X X

Purpose

Displays HTML tags and text to browsers that do not recognize the APPLET tag and is used with the the Applet language environment.

Specify the value of this variable using a DEFINE statement or with the @DTW_ASSIGN() function.

Values

DTW_APPLET_ALTTEXT="
text_and_markup"

Table 11. DTW_APPLET_ALTTEXT Values
Values Description
text_and_markup
Text and markup that should be displayed to browsers that do not recognize the APPLET tag.

Examples

Example 1: Alternate text that indicates a Web browser restriction

%DEFINE DTW_APPLET_ALTTEXT="<p>Sorry, your browser is not java-enabled.</p>"


[ Top of Page | Previous Page | Next Page | Index ]