FPHTMLMapElement Object

Microsoft FrontPage Visual Basic

FPHTMLMapElement Object

FPHTMLMapElement Multiple objects

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

Using the FPHTMLMapElement object

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

      Dim objMap As FPHTMLMapElement

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