Date:  03/21/2002 07:02:08 PM Msg ID:  000478
From:  FoxWeb Support Thread:  000465
Subject:  Re: Generic Menu
Sure, your code will work fine.  Of course if you want to include dynamic elements in your menu, then you can save the code in an FWX file and call it with the Server.Execute method.

FoxWeb Support Team
support@foxweb.com

Sent by Joe Goldsmith on 03/20/2002 11:02:08 PM:
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