FP2000: Collapsing and Expanding Outlines Using OnMouseOver EventID: Q208644
|
This article describes how to use the OnMouseOver event rather than the OnClick event with collapsible outlines created in FrontPage.
Microsoft Technical Support will not resolve problems produced by editing the HTML that FrontPage generates. This HTML Code sample is provided as a convenience for authors seeking to extend the capabilities of FrontPage. For more information about writing HTML, please see the following Microsoft Web site:
http://www.microsoft.com/workshop/c-frame.htm#/workshop/author/default.asp
WARNING: ANY USE BY YOU OF THE HTML PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this HTML "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
<body onclick="dynOutline()">
<body onmouseover="dynOutline()" onclick="dynOutline()">
Additional query words: 98 front page
Keywords : kbhtml fphtml fpactive fpscript
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: July 28, 1999