I want to be able to use a variable or a file name to enter text .

P

Pastor jim

I would like for someone to be able to update text in a page of my site. He
has MSWord. Is it possible for me to have a line of code in my page that
would insert another html page into the page by address only?
 
M

MD Websunlimited

Hi Pastor Jim,

Yes by using SSI (Server Side Includes) you can have the other person upload a page that will be included using the directive
<!--#include file="myfile.htm" -->

See http://support.microsoft.com/default.aspx?scid=kb;en-us;203064 for more information.


--
Mike -- FrontPage MVP '97-'02
J-Bots 2004 102 Components For FP
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible
Download the Trial http://www.microsoft.com/frontpage/downloads/addin/launchupdate/download.asp
 
T

Thomas A. Rowe

The page will always have to be uploaded with the same exact file name each time.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top