OCLOperators NavigateURL
(Adding template at the end of the page)
(Updated Edited template to July 12, 2025.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
selfVM.NavigateUrl(theurl)  an action that allows you to change the target of the browser to any url
<message>Write the content here to display this box</message>
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' )  // opens in new tab


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

Latest revision as of 05:54, 20 January 2025

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