[Solved] Pro Gallery | Database | Link won't open in same Tab

Hi there,
I’m giving it a go, as the other topics didn’t actually solve the problem:
www.wix. com/velo/forum/coding-with-velo/how-to-open-a-url-in-the-same-tab

So, I have many pro galleries linked with a database. I can’t let it open directly via the database link because I have some elements that link to a third-party website and/or the link is supposed to open somewhere else on the website than the actual database link.

Q: Any idea/code of how I can link to be opened in the same tab?

Cheers

I now figured out a workaround:

Use repeaters and attach as many buttons as needed. 
Then use this: 

$w.onReady(function () {
 $w("#buttonXY").target = "_self";
});

get an example here: www.cyou. ch/points-of-interest/einstein-museum