FP98: Collapsing and Expanding Outlines Using OnMouseOver EventID: Q193062
|
This article describes a method for using the OnMouseOver event rather than the OnClick event with collapsible outlines created in FrontPage.
By default, FrontPage uses the OnClick event with collapsible outlines. However, by modifying the HTML code in FrontPage Editor, you can have the outlines collapse and expand when the mouse passes over the collapsible outline. To do this, run the dynOutline() procedure when the mouse passes over a line item in the outline. To run the dynOutline() procedure when the mouse passes over a line item, follow these steps:
outlinesand then double-click the selected text to go to the "To create a collapsible outline" topic.
<body onclick="dynOutline()">
<body onmouseover="dynOutline()" onclick="dynOutline()">
Additional query words: 98 front page
Keywords : kbhtml fphtml fpactive fpscript
Version : WINDOWS:98
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: July 30, 1999