Inspiring
August 3, 2022
Answered
Script UI - hyperlink with Static text
- August 3, 2022
- 3 replies
- 1565 views
Hi guys,
I've started to script and struggle finding how I can make a static text act as an hyperlink?
Here is the code I've done, and the interface I've done so far.
I'd like to be able to clic and access to proper website from the two static texts at the bottom of the window. How can I achieve that ?
Thanks for the help
var myEan14Site = w.add ("group");
var myEan14web = w.add ("group");
myEan14Site.add ("statictext", undefined, "https://www.free-barcode-generator.net/ean-14/");
