NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on May 25, 2015, 07:10:52 AM
-
Hi
Can someone help me with how to leave a popup memory form from a button (not submit).
Regards Niels
-
Morning Niels,
define "leave" the popup.
As in "close the popup"? (and go back to the screen you can see underneath) or
go to another page in the app?
cheers
Bruce
-
Sorry - As in "close the popup"? (and go back to the screen you can see underneath)
-
in the server-side code for the button put
p_web.script('ntd.close();')
or, on the "OnClick" tab,
onClick [JavaScript] setting
'ntd.close();'
-
THANKS!!!