I have a situation where the html loaded in to the tray window browser is requested from a remote application server. If this server happens to be unavailable when SK loads, I will of course get a 404 loaded into the tray window browser. If I later on detect that the server is available, I want to be able to force the tray window browser to reload by setting its document location. Is there a way to access the tray window browser from my external script file in the same way that I can access the main browser with SiteKiosk.WindowList.MainWindow.SiteKioskWindow.SiteKioskWebBrowser.Navigate()?