import wixLocation from 'wix-location'; $w.onReady(function () { $w("#languageCurrency").onChange((event) => { let url = $w('#languageCurrency').value; wixLocation.to(url).target = "_blank"; }); });
top of page