function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bikerdan76bikerdan76 

SetLinkURL on CTI button not opening in a new window

The comments in the CTIButton.h file over the SetLinkURL method say that it should open the link in a new window.  It is currently opening it in the same window.  I've tried using the SetAttribute method to set "target" = "_blank".  It doesn't appear to be adding the attribute to the button in the browser.  Has anyone ever tried doing this before?  Please help.

 

Thanks!