Using scripts in FrontPage include pages

 

The Include Page component in FrontPage lets you set up commonly used content (e.g., a footer or a sidebar) just once and then display it on any number of pages in your Web. Unfortunately, any scripts in your included page will tend to generate JavaScript  errors in the browser, even though the scripts worked perfectly when the page was displayed on its own. The reason is that Front Page only includes the portion of the page between the <body> and </body> tags, ignoring everything between the <head> and </head> tags. So, if you put your scripts in the head section of the page--as the gurus tell you to--they'll be ignored, and a script error will result. Fortunately, the solution is simple: Just move your scripts into the body section of the page.

Frontpage Index

Main Index

Search RD Techbase