How to open the HTML5 client in the same tab
Web logon page: How to open the HTML5 client in the same tab
Overview
On the Web logon page, when the user clicks on the "Log on" button, the HTML5 client is opened in a new browser's tab.
You can change this behavior and have the HTML5 client to open in the same browser tab as the Web logon page by modifying a JavaScript file.
Modifying the custom.js file
Edit the file "custom.js" file which is stored into the "C:\Program Files (x86)\TSplus\Clients\www" folder. We advise you to use a text editor such as Notepad or Notepad++ (do not use Word).
Add this line:
var openinsamewindow = true;
We recommend you clear your browser's cache after saving the changed JavaScript file.
Comments
Post a Comment