How to Add JavaScripts to a Web Page With FrontPage
- 1). Open the JavaScript file using a word processing program, such as Notepad or EditPad.
- 2). Select the entire document by choosing Select All from the Edit menu or pressing Control+A. Select Copy from the Edit menu to copy the code.
- 3). Start FrontPage and open the desired web. Open the page the JavaScript will be added to.
- 4). Click on the HTML tab for the page, and position the cursor on the next line after the BODY tag.
- 5). Select Paste from the Edit menu to paste the code.
- 6). Choose Save from the File menu.
- 7). Test the JavaScript by choosing Preview in Browser from the File menu.
Source...