Date:  03/22/2002 08:53:56 PM Msg ID:  000485
From:  FoxWeb Support Thread:  000483
Subject:  Re: FW var and JS var
You can generate dynamic javascript code, which will contain the value of FoxWeb variables as follows:

<script language="javascript">
var MyJSVariable=<%=M.MyVFPVariable%>
.
. The rest of your script
.
</script>


FoxWeb Support Team
support@foxweb.com

Sent by Joe Goldsmith on 03/22/2002 06:41:53 PM:
Anyone know if it is any way possible for a javascript to pick up th evalue of a VFP/FW variable?

Joe