Date:  05/28/2002 11:13:46 PM Msg ID:  000675
From:  FoxWeb Support Thread:  000674
Subject:  Re: SSI
SSI directives can only be processed by the Web server in .stm and .asp files, but you can achieve the exact same result by reading the html file with the FILETOSTR function and including it in the output:
 
<%=FILETOSTR("asdfasdf.html")%>

FoxWeb Support Team
support@foxweb.com

Sent by CS on 05/28/2002 12:24:04 PM:

Hi,

Is it possible to used SSI in the form of <!--#include virtual="asdfasdf.html"--> in FoxWeb?

Thanks