hi,

I have a javascript variable in my webview section by the name of "message". This variable has a string. How do I assign this value to one of my VFP variables?

Code:
Lianja.execute("VFPVariable = message")
doesn't seem right :-)

And another thing. I want to "blank out" one of my VFP variables from javascript / webview. So the command would be
Code:
Lianja.execute("VFPVariable =""")
This doesn't work either. Kindly suggest.

Cheers,
Murali