GetFormCount

 

Description

 

Returns the number of HTML FORMs on the specified page.

 

Arguments

 

Name

Type

I/O

Description

HObject

Long Integer

In

The ObjectHandle for the page of interest (zero for the current page).

 

Return Value

 

Long Integer: the number of HTML FORMs on the page.

 

Remarks

 

A page may contain zero, one or more HTML FORMs. An HTML FORM begins with a <FORM …> tag and ends with a </FORM> tag.

 

This method can be applied to the current visible page or to any other page in cache.

 

The current visible page is used when the hObject argument is zero. Specify an explicit ObjectHandle when referring to a cached page other than the visible page, or to a FRAME page in a FRAMESET.