OCLOperators NavigateURL
No edit summary
m ((username removed) (log details removed))
(No difference)

Revision as of 05:41, 10 July 2024

This page was created by Stephanie@mdriven.net on 2023-05-03. Last edited by Edgar on 2025-01-20.

selfVM.NavigateUrl(theurl) is an action that allows you to change the target of the browser to any URL. See the examples below.

selfVM.NavigateUrl( 'https:\\www.google.com' )  // opens in new tab
selfVM.NavigateUrl( 'https:\\www.google.com' ,openinnewtab[true/false])  // overload