OCLOperators NavigateURL
(Replacing message template with parser tag)
No edit summary
Line 1: Line 1:
<message>Write the content here to display this box</message>
<message>Write the content here to display this box</message>
selfVM.NavigateUrl(theurl)  an action that allows you to change the target of the browser to any url
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|2024}}

Revision as of 05:36, 10 July 2024

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
This page was edited 69 days ago on 07/10/2024. What links here