Page 1 of 1

Opening a New Browser Window from LongRange Web View

Posted: Fri Jul 22, 2016 10:28 am
by tsupartono
To open a URL in a standalone browser window from your JavaScript running in LongRange Web View, you can do window.open, with browser=yes in the third parameter, like so:

Code: Select all

window.open("http://www.lansa.com", null, "browser=yes");