Hello,
With TSPlus in HTML5 Mode,
can we redirect users to a defined URL when user log-off instead of redirect to the TSPlus login page ?
Thank you in advance,
Best regards,
Redirect URL when user log-off
Re: Redirect URL when user log-off
Hello,
www\software\html5\settings.js >
W.goToLinkOnClose = ""; //if you wish to forward to specified link on close, as example "../index.html"
If you want to foward to specific html file in root directory then use relative path "../index.html" or any http/https address like "http://your-domain.com"
www\software\html5\settings.js >
W.goToLinkOnClose = ""; //if you wish to forward to specified link on close, as example "../index.html"
If you want to foward to specific html file in root directory then use relative path "../index.html" or any http/https address like "http://your-domain.com"
TSplus HTML5 and Java web engineer