NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on May 08, 2015, 12:19:22 PM
-
Hi, Bruce
Not sure if this is bug or a documentation error, but the picture parameter is not truly omitable when setting a session value with the browser tab. This code demo's the problem in any of the shipped examples
p_web.SSV('ExampleName','ExampleValue', ,'CrossTabID') !as documented in History
Doesn't compile - no available prototype error
p_web.SSV('ExampleName2','ExampleValue','','CrossTabID')
Compiles and works fine for my purposes but maybe not for others.
-
documentation bug.
p_web.SSV('ExampleName2','ExampleValue','','CrossTabID')
is the correct form.
Thanks
Bruce