How to add a website address

How would I code for the user to click on a button in my app that brings them to my website?
(using Basic)

https://wiki.appstudio.dev/Location#BASIC

Works perfectly. Thanks.

Clarification: it worked perfectly when I used ‘Open in Desktop Browser’
But when I used ‘Make Native app with VoltBuilder’ and opened on my phone, I got this error.
I tried my website and it did not work, so I tried Google. Still wouldn’t work on my phone.

Do you know what is causing this error, and how I can fix?

thanks

image

The answer is: change “http:// . . .” to “https://…”
problem solved.