NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 25, 2014, 12:37:48 PM
-
Open ex 3
Go to Logout proc and add a message to the validate update embed, where you delete de session, to verify if its working.
Compile and all ok the message in logout is executed.
Go to the WebServer extention
Styles tab and check reset to defalult in all tabs, Site Browse, Form, etc
Compile and the code in Logout is not executed
Go back the reset to default uncheking and the error continues.
-
when documenting a problem, which you have duplicated by editing an example, please post the updated example, including app, dict and data.
cheers
Bruce
-
ex 3 modify as my 1st post below
message in logoutForm
[attachment deleted by admin]
-
on the Logout form, you've set the URL on save to
'http://www.clarin.com.ar'
so naturally it's not running any code on the server when the user clicks the "Yes" button. Rather the browser follows that URL to a different site.
cheers
Bruce
-
Ok, then how do I do it If I need the save button to redirect to an external web page?
Thanks