Open dynamic link new window

Hi guys is this possible yet? Ie connect a button on a repeater to a dynamic page but open in a new window/tab? I tried with an onready function

$w(“#button5”).target = “_blank”;

But I see this only works with external URL. Is there a way to do this please?

TIA