Consider the following scenario. A Web page contains a scripting function. You use Microsoft Office FrontPage 2003 to insert this Web page into an existing Web page. In this scenario, the scripting function does not work in the existing Web page.
↑ Back to the top
This issue occurs if the scripting function appears outside the <BODY> tags of the Web page that you inserted into the existing Web page. When you insert a Web page into an existing Web page, only the contents inside the <BODY> tags are copied into the existing Web page.
Note The scripting function appears inside <SCRIPT> tags. If you use FrontPage 2003 to generate the scripting function, the <SCRIPT> tags may be positioned outside the <BODY> tags.
↑ Back to the top
To work around this problem, follow the steps:
1. | Start FrontPage 2003. |
2. | Open the Web page in which you inserted the Web page that contains the scripting function. |
3. | On the View menu, click Code. |
4. | Select the scripting function, and then click Cut on the Edit menu.
Note Make sure to select the <SCRIPT> tags together with the scripting function. |
5. | Put the pointer inside the <BODY> tags, and then click Paste on the Edit menu. |
6. | Save the existing Web page. |
↑ Back to the top
Steps to reproduce the issue
1. | Start Office FrontPage 2003. |
2. | Open an existing Web page. |
3. | On the Insert menu, click Web Component. |
4. | Under Component type, click Included Content. |
5. | Under Choose a type of content, click Page, and then click Finish. |
6. | Click Browse, and then select a file that contains a scripting function. |
When you test the existing Web page, the scripting function does not work.
↑ Back to the top