Previous Topic

Next Topic

NavigateURL - MaxBasic Function

NavigateURL(URL: String[, CloseFormURL: String])

Function will show a Modal WebBrowser window (embedded webview) inside Accredo, and navigate to a given page. This function can optionally detect a redirect URL and close the form if required.

URLEncode function syntax has these named arguments:

Parameter

Description

URL

Required. URL to navigate to.

CloseFormURL.

Optional. If redirected to this URL close the form.

See Also

Web Functions

Book Contents

Book Index