Reload Method (BrowserWindow)

Action

Reloads the main document as the reload button in the browser does.

Syntax

browserWindow.Reload([bypassCache])
Variable Description
bypassCache Optional: Set to true to by-pass the cache. This is equivalent to pressing Ctrl+F5 in Windows Internet Explorer and Mozilla Firefox. When you are using Google Chrome, setting this parameter has no effect. Boolean.