Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TLink taget
Wed, Nov 2 2016 12:30 PMPermanent Link

Trinione

Tim:
Currently the TLink component has the NewWindow method to direct to a new '_blank' href target window. This creates a new

Can a option be added to direct to a named browser tab?

I have no idea if this would help, but this is the Javascript I use to accomplish this:

--------------------------
var hWnd = null;

function viewWin(id) {
   hWnd = window.open("http://www.google.com/", "myViewer");

   if (!(win.closed)) {
       hWnd.focus();    //set focus back to child window
   }
}
Wed, Nov 2 2016 3:51 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< Currently the TLink component has the NewWindow method to direct to a new '_blank' href target window. This creates a new

Can a option be added to direct to a named browser tab? >>

Sure, I'll see what I can do.  The next build has morphed into a new minor release, due to some breaking changes, so I'm adding a round of enhancements, also.

Tim Young
Elevate Software
www.elevatesoft.com
Image