IHTMLMapElement Object

Microsoft FrontPage Visual Basic

IHTMLMapElement Object

IHTMLMapElement IHTMLAreasCollection

Represents a MAP element in an HTML document. See also FPHTMLMapElement object.

Using the IHTMLMapElement object

Use the Item method to return a specific IHTMLMapElement object. The following example accesses the first MAP element in the active document.

      Dim objMap As IHTMLMapElement

Set objMap = ActiveDocument.all.tags("map").Item(0)