Help and Support
 

powered byLive Search

HOW TO: Preserve Alterations to Outline.js and Animate.js Files in FrontPage 2000

Article ID:230124
Last Review:October 27, 2002
Revision:1.0
This article was previously published under Q230124
On This Page

SUMMARY

In Microsoft FrontPage 2000, the dynamic animations and collapsible outline features are created using JavaScript. The JavaScript files that are used are easily accessible in the FrontPage web, and an experienced JavaScript programmer can alter them using any text editor. However, in order to preserve any custom edits made to the JavaScripts, a specific naming convention is required.

This article describes how to preserve changes to Outline.js and Animate.js files.


Back to the top

Text Animations

The following instructions demonstrate how to change FrontPage Dynamic HTML (DHTML) for text animation in the Animate.js file. You must make the following changes so that FrontPage does not overwrite your modified script.
1.In the script tag, change type="dynamicanimation" to type="mydynamicanimation".
2.In the first script statement, change all instances of "dynamicanimation" to "mydynamicanimation".
3.Throughout the HTML content, change all instances of dynamicanimation= to mydynamicanimation=.
4.Change function dynAnimation to function mydynAnimation.
5.In the body tag, change onload="dynAnimation()" to onload="mydynAnimation()".

Back to the top

Collapsible Outlines

The following instructions demonstrate how to change FrontPage Dynamic HTML (DHTML) for collapsible outlines in the Outline.js file. You must make the following changes so that FrontPage does not overwrite your modified script.
1.In the script tag, change fptype="dynamicoutline" to fptype="mydynamicoutline".
2.In function dynOutlineEnabled, change "dynamicoutline" to "mydynamicoutline".
3.Throughout the HTML content, change all instances of dynamicoutline to mydynamicoutline.
4.Change function dynOutline to function mydynOutline.
5.In the body tag, change onclick="dynOutline()" to onclick="mydynOutline()".




Back to the top


APPLIES TO
Microsoft FrontPage 2000 Standard Edition

Back to the top

Keywords: 
kbhowto kbhowtomaster KB230124

Back to the top

Article Translations

 

Related Support Centers

Other Support Options

  • Need More Help?
    Contact a Support professional by E-mail, Online or Phone.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.