NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on June 28, 2017, 07:07:08 AM
-
Hi,
I have a static page with <!-- Net: thingies.
Is it possible to add parameters to the URL of the static page and use these when "calling" procedure in the nettalk-app?
Rene
-
Easy
www.domain.com?id=1234&id2=5678
p_web.GetValue('id') - return '1234'
p_web.GetValue('id2') - return '5678'
/Niels
-
Hi Niels,
Thanks
Rene