| 
       << Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Shape > Circle > Method >SetLinkURL | 
    
Call and display the web browser URL of the target frame
Prototype :
void SetLinkURL
(
string URL,
string Target
)
Arguments :
URL  | 
URL. set with protocol  | 
Target  | 
web browser call option one of _self, _parent, _top, _blank, or window name  | 
Reference :
Android and iOS viewers only support "_blank".
Example :
This.SetLinkURL("http://www.forcs.com", "_self");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind