Date:  12/05/2002 06:07:57 PM Msg ID:  001075
From:  FoxWeb Support Thread:  001060
Subject:  Re: Can\'t get a simple script to run
Actually there's no need to leave a space after the equal sign in <%=.  The expression in the script below is correct.

FoxWeb Support Team
support@foxweb.com email

Sent by Don Dascher on 12/05/2002 12:07:59 PM:
Well, it looks to me like you may have to leave a blank after the equal sign.
 
Sent by Duro Musa on 12/05/2002 11:59:56 AM:
Help; I HAVE just downloaded foxweb; and I can't get a simple1.fwx shown below to run correctly: It is only showing "This page was served on"  .  I am using personal web server; I have this file save in my c:inetpub\wwwroot directory.  Please, help
 
<HTML>
<BODY>
This page was served on <%=DATETIME()%>.
</BODY>
</HTML>