July 1998
Intermediate to advanced
1456 pages
65h 5m
English
EXPORT — NN n/a IE n/a HTML 4
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.
<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>The presence of the EXPORT attribute sets it to
true.
false
Read now
Unlock full access