OCLOperators NavigateURL
(Adding template at the end of the page)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
selfVM.NavigateUrl(theurl)  an action that allows you to change the target of the browser to any url
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' )  // opens in new tab

Revision as of 22:10, 16 June 2024

Write the content here to display this box

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