Hi Ura,
if you look in NetWeb.js you'll see examples there. Since this is a JavaScript function the examples are in JavaScript.
As to where you would use it - I guess that's up to you.
Cheers
Bruce
Hi Bruce:
Yes i am aware of the SetSessionValue from JavaScript. I think that part is clear for now
The part i am not so sure is how to use the SessionValueSetFromBrowser and where.
This is what i found about that call in the forum:
https://www.nettalkcentral.com/forum/index.php?topic=3968.msg14860#msg14860For example, if i had a function in JavaScript, that function get some values from another server (API call) and i need to send back those values back to the NetTalk webserver.
As far as i understand, NetTalk does not receive returns from JavaScript functions.
How do i know in the NetTalk web server with SessionValueSetFromBrowser when the values are ready to use and are set with SetSessionValue('name','value').
Or i am mistaking that function as an observer, o something smilar to a callback?
Thanks