NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 25, 2014, 12:37:48 PM

Title: NT8 weird memory form error
Post 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.

Title: Re: NT8 weird memory form error
Post by: Bruce on March 25, 2014, 10:23:43 PM
when documenting a problem, which you have duplicated by editing an example, please post the updated example, including app, dict and data.

cheers
Bruce
Title: Re: NT8 weird memory form error
Post by: Alberto on March 26, 2014, 03:09:13 AM
ex 3 modify as my 1st post below
message in logoutForm


[attachment deleted by admin]
Title: Re: NT8 weird memory form error
Post by: Bruce on March 26, 2014, 05:53:06 AM
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
Title: Re: NT8 weird memory form error
Post by: Alberto on March 26, 2014, 06:01:19 AM
Ok, then how do I do it If I need the save button to redirect to an external web page?
Thanks