OCLOperators NavigateURL
No edit summary
(Adding template at the end of the page)
Line 3: Line 3:


  selfVM.NavigateUrl( 'https:\\www.google.com' ,openinnewtab[true/false])  // overload
  selfVM.NavigateUrl( 'https:\\www.google.com' ,openinnewtab[true/false])  // overload
{{Edited|July|12|2024}}

Revision as of 14:47, 10 February 2024

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

selfVM.NavigateUrl(theurl)  an action that allows you to change the target of the browser to any url

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