NetTalk Central

Author Topic: SessionValueSetFromBrowser  (Read 1964 times)

malcolmg

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
SessionValueSetFromBrowser
« on: July 09, 2013, 03:18:02 PM »
I have a javascript that must pass 2 variables back to NT.  It just happens to be embedded in an html code block (mainly beacuse I dont know how to call the script directly from NT yet).  What I need to know is when to use the SessionValueSetFromBrowser.  I tried embedding it in the caller script and am (a) either not passing the parameters correctly or (b) calling it at the wrong time.  I have seen Bruce embed NetWebServer code in scripts so I know that can be done however when I try GetSessionValue I get nothing returned.   

Any advice?

Malcolm


malcolmg

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
Re: SessionValueSetFromBrowser
« Reply #1 on: July 09, 2013, 10:31:27 PM »
Not sure what I have done but it seems to be working.  I changed var names and position of where I set the session value and now get the expected response using in GSV.

M.