Date:  03/20/2002 11:02:08 PM Msg ID:  000465
From:  Joe Goldsmith Thread:  000465
Subject:  Generic Menu
I have an HTML menu that appears on every webpage. Needless to say, whenever I make a menu change to one page I have to make it to all pages. PAIN. Will it be possible to place the menu in a text/HTML file and put it in the right place on a webpage whenever a page is hit? If so, would anyone have an idea of the correct syntax to accomplish this please? for example: would the following accomplish the task?

Response.Write(FILETOSTR("menu.htm"))

Thanks to everyone!


Joe