Date:  10/22/2002 07:50:33 PM Msg ID:  000947
From:  Gene Gerard Thread:  000947
Subject:  Js Variable to Fp Variable

In an earlier post (below) you showed how to convert a Foxpro variable into a Javascript variable.

Can the reverse be done?


Regards,

Gene

*****************************************************

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