Dynamic Link opens in new tab

Hey Cemil K,

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

Simply paste this code to your website editor.
Copy the id of the button you want to link and paste it instead “myElement” word.

Arman.