navigateToURL () will be used often, it can open a new browser window, the page can also interact with the JS: Open a new window: navigateToURL (new URLRequest ( “http://blog.activetofocus.com”, “_blank”); “_blank”: means the new window, you can also use “_self”...