Newbie- Link/ URL error
# 📖tutorials
r
Hi I am trying to get my bot to open a new webbrower tab and open a website i have added an execte node card and it works on the emulator but on google chrome it keeps producing an error any solution? // Open a new tab and navigate to the specified website function openWebsiteInNewTab(url) { var newTab = window.open(url, '_blank'); newTab.focus(); } // Call the function with the website URL openWebsiteInNewTab("https://marsh-lane-dental.dentr.net/");
f
Hey there, You should open it from the browser and not with an execute code card
You should also ask for help in #1111009377525186570 and not here 🙂
4 Views