Hi,
I want to a add a button to a custom page, which when clicked would open my website from the user's default browser. How can I achieve this?
Thanks.
Command to open a website
2 posts
2 posts
nsDialogs::OnClick $yourButton "OpenWebsite"
Function "OpenWebsite"
ExecShell open "http://yourwebsite"
FunctionEnd