Name

EXPORT — NN n/a IE n/a HTML 4

Synopsis

EXPORT

Optional

If a set of nested OBJECT elements contain images and those images are established as image maps, you can define one set of image maps for a nested OBJECT and share those specifications with the parent OBJECT element by including an EXPORT element.

Example

<OBJECT data="widget399.pdf" SHAPES>
    <OBJECT data="widget399.gif" SHAPES EXPORT>
    <A HREF="w399Specs.html TARGET="main" SHAPE="rect" COORDS="10,10,40,50">
    <A HREF="w399Price.html TARGET="main" SHAPE="rect" COORDS="40,10,80,50">
    <A HREF="w399Order.html TARGET="main" SHAPE="rect" COORDS="10,50,80,100">
    </OBJECT>
</OBJECT>

Value

The presence of the EXPORT attribute sets it to true.

Default

false

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.