Consultations
Plans
Youtube
Blog
Forum
More
Hi,
If you assign the link to a button using the .link property and set the target of the button to "_blank" the url will open in a new tab.
$w("#button").link = "www.example.com"; $w("#button").target = "_blank";
Best,
Eitan
Easy navigation:
Velo (Wix Code)
Wix Classic Editor
Editor X
Wix Studio
Hi,
If you assign the link to a button using the .link property and set the target of the button to "_blank" the url will open in a new tab.
$w("#button").link = "www.example.com"; $w("#button").target = "_blank";
Best,
Eitan