Help I do not know how to do it as soon as you click a button that opens my site
Put this in the Button’s Action event, replacing the example URL with the web page you want to show. This will open the URL in the user’s default web browser.
ShowURL("http://www.example.com/")