FrontPage Components (Bots)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Microsoft FrontPage components are built-in FrontPage objects that are evaluated and executed when an author saves a page or, in some cases, when a site visitor browses to a page. FrontPage components are programmatically called bots. See the FrontPage Help for more information on individual components. The standard components are:
Annotation (purple text)
Categories
CGI Validation
Confirmation Field
Discussion
Evaluate First
Form Insert Here
Generated Script
Hit Counter
HTML Markup
Image Map
Include
Registration
Reply
Save Results
Scheduled Image
Scheduled Include
Search
Substitution
Table of Contents
Timestamp
Validation
FrontPage Component Bot Example
Hit Counter
The Hit Counter component is a browse-time bot. It provides all the server support necessary to add a hit counter to a page. It maintains a file in which it stores the number of times a page is accessed. When the page is accessed, the count increases by one and the counter display on the page is updated to reflect the new hit count.
The Hit Counter also includes a client subcomponent, which allows an author to specify how the hit counter is displayed (the font and type of graphical display to use).