simple script to open a another dashboard link in new window from existing dashboard - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43) +---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16) +---- Thread: simple script to open a another dashboard link in new window from existing dashboard (/showthread.php?tid=358) |
simple script to open a another dashboard link in new window from existing dashboard - shreekantgosavi - 12-21-2022 var a = 'https://app.bdb.ai/' window.open(url, '_blank'); |