Date:  03/26/2007 06:29:38 AM Msg ID:  003371
From:  P.F. McCracken Thread:  003367
Subject:  Re: Session Vars from ASP into FoxWeb ??
1) The <%  and %> is meant to be for the ASP VBScript stuff.
2) The pg=pg+ is the variable fed into the Foxweb interpreter.
Sent by FoxWeb Support on 03/23/2007 04:57:09 PM:
I assume the line below is executing within an ASP page, right?  Make sure that you have wrapped it in code delimiters (<% and %>). 
FoxWeb Support Team
support@foxweb.com email
Sent by P.F. McCracken on 03/23/2007 06:07:31 AM:
 I am having difficulty getting the Session vars from an ASP process into the Foxweb process.  Getting the syntax correct, if that is the only reason, is not easy.
This line pg=pg+ msubmit+'=<% Session("submit")%>'   , comes out as only text on the screen.