EEPNCOMPATIBILITY

typedef enum tag_EEPNCOMPATIBILITY
{
    IE_COMPATIBLE, 
    NETSCAPE_COMPATIBLE, 
    BOTH_COMPATIBLE
 } EEPNCOMPATIBILITY, L_FAR * pEEPNCOMPATIBILITY;

The EEPNCOMPATIBILITY enumeration specifies the HTML file compatibility to be used when saving HTML pages.

Value

Meaning

IE_COMPATIBLE

The generated HTML files are compatible with Internet Explorer 5.0 and later.

 

These HTML documents use the Microsoft VML (Vector Markup Language) to draw vector objects.

NETSCAPE_COMPATIBLE

The generated HTML files are compatible with Netscape Navigator 4.6, Netscape Navigator 6.0 and later.

 

These HTML documents do not support VML. Java script is used instead to produce the same quality.

BOTH_COMPATIBLE

The generated HTML files are compatible with both Internet Explorer 5.0 and later and Netscape Navigator 4.6, 6.0 and later. These HTML files use both VML and Java script.

Comments

This enumeration is used within the EPNHTMOPTIONS structure.