NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanl on March 15, 2012, 01:25:59 AM

Title: Routing user to a NT Webform after Secwin Login
Post by: johanl on March 15, 2012, 01:25:59 AM
Hello

I need to route the users to a ntws Netwebform from the secwin login screen, not the index page but I cannot get it to work, I understand you can route it to a netwebpage.

Any help or suggestions?

Thanks kindly
Title: Re: Routing user to a NT Webform after Secwin Login
Post by: Bruce on March 15, 2012, 02:33:00 AM
the login form is just a form.
you can specify the URL of where to go after a login, but setting the "Save URL" on the form settings.

cheers
Bruce
Title: Re: Routing user to a NT Webform after Secwin Login
Post by: johanl on March 15, 2012, 04:35:56 AM
Hello Bruce

That I understand but on my index page it is called index.htm, where do I then get the page name of say an update netwebform to set in the url box?

Sorry might be that I do not understand the concepts completly.

Johan
Title: Re: Routing user to a NT Webform after Secwin Login
Post by: Bruce on March 15, 2012, 05:36:05 AM
you can use the name of the procedure as the URL.
so the url for your UpdateCustomers form is
'UpdateCustomers'

>> Sorry might be that I do not understand the concepts completly.

if you're struggling, you might want to consider the NetTalk book;
http://www.capesoft.com/accessories/nettalkwebbooksp.htm (http://www.capesoft.com/accessories/nettalkwebbooksp.htm)

cheers
Bruce
Title: Re: Routing user to a NT Webform after Secwin Login
Post by: johanl on March 15, 2012, 08:18:10 AM
Thanks Bruce