Tager = "_blank" isn't working

I can’t open a new page with a defined url in a data base, because taget = “_blank” don’t open the url in a new window
let urlpoint = “https://www.google.co.il/”;
$w(‘#button5’).target = “_blank”;// “_self”;// 28.11.2019
wixLocation.to(urlpoint); //28.11.2019

.traget doesn’t work with wixLocation.to()
It only works with links.
For example:

$w("#button5").link = "https://www.google.co.il/";
$w("#button5").target = "_blank";