webBrowserAutoRefreshURL

Type: String

When the value of the webBrowserAutoRefreshInterval property of the Form class is not zero (0), use the Form class webBrowserAutoRefreshURL property to specify the URL to invoke when the automatic refresh interval is reached.

The default webBrowserAutoRefreshURL property value of null ("") indicates that the JADE application is returned to when the specified number of seconds is reached. If this property contains a null value and a default button has been set up for the Web page, the click method for this button is then called.

If there is no default button, the same page is displayed continuously unless your JADE code handles the incoming request.