Hi Rupert,
From the NetTalk docs:
http://www.capesoft.com/docs/NetTalk6/NetTalkWebBasic.htm================================
<!-- Net:s:SessionVariable -->
This will embed the current contents of the session variable on the web page. If the variable should be formatted (for example a DATE field) then make sure the Picture parameter of the session variable is set using either
p_web.SetSessionValue('name','value','pic') or
p_web.SetSessionPicture('name','pic')
================================
Cheers,
Rene