NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: ozejohn on October 01, 2008, 04:21:35 PM
-
Hi,
I was working through the new examples. Example 45 shows how you can use the senduser() activex wit IE to return the user and machine name. I just can't see where the result of senduser() is ending up in a Clarion variable.
I can see senduser in the generated code and it runs. But I am missing where the example captures the result so the programmer can do things with it.
-
look in the wscript.js file
it looks like some sessionvalues are set
so you should be able use
p_web.gsv(ActiveXUserName')
etc