When you try to save a file to a FrontPage 2002 Server Extensions Web site in Microsoft FrontPage 2002 or in Microsoft Office FrontPage 2003, you cannot save the file. Additionally, you may experience the following symptoms:
| • | FrontPage appears to stop responding (hang). |
| • | The cursor continuously changes from an I-beam to an hour glass. |
Back to the top
This behavior may occur if the following conditions are true:
| • | The Web site contains lots of content. |
| • | The Recompute table of
contents if any other page is edited option is selected in the properties of the table of contents Web page. |
Back to the top
To work around this issue, follow these steps:
| 1. | Open the table of contents Web page in FrontPage. |
| 2. | Right-click the table of contents, and then click Table of Contents Properties. |
| 3. | Click to clear the Recompute table of
contents if any other page is edited check box, and then click OK. |
| 4. | Save and then close the table of contents Web page. |
If the table of contents Web page does not open in FrontPage, follow these steps:
| 1. | Open the table of contents Web page in Notepad. |
| 2. | Locate the following Webbot:
<!--webbot bot="Outline"
|
| 3. | Change the b-manual-recalc= parameter to True as in the following example:
<!--webbot bot="Outline" min-ul-levels="0" i-ul-levels="1" max-heading="6" min-heading="1" i-heading="3" b-manual-recalc="TRUE"
|
| 4. | Save and then close the table of contents Web page. |
Back to the top