FPHTMLElement Object

Microsoft FrontPage Visual Basic

FPHTMLUnknownElement Object

FPHTMLUnknownElement Multiple objects

Represents HTML elements for which there are no specific objects. The Hypertext Markup Language (HTML) elements for which there isn't a corresponding object include the following:

ADDRESS  CODE  KBDSAMP TT
APPLET DFN MENU SMALL U
B DIR NOBR STRIKE VAR 
BIG EM NOEMBED STRONG 
BLINK HEAD NOFRAMES  SUB
CENTER HTML PARAM SUP
CITEI PRETH

See also the IHTMLUnknownElement object.

Note  You can also use the IHTMLElement object for unknown elements.

Using the FPHTMLUnknownElement object

When interating through a collection of all elements in a document, elements for which there isn't a corresponding object will return a type name of DispIHTMLUnknownElement. The DispIHTMLUnknownElement object is a hidden object that you cannot access directly. Therefore, you can set these objects to either an FPHTMLUnknownElement or IHTMLUnknownElement object, or you can set them to an IHTMLElement object.