It is currently May 6th, 2024, 4:36 pm

Linking to a webpage

Get help with installing and using Rainmeter.
IDontKnow
Posts: 16
Joined: January 18th, 2012, 4:12 am

Linking to a webpage

Post by IDontKnow »

How can I open up a web page in a browser? For example, if I wanted to use a bang to open up the website http://www.google.com in chrome?
User avatar
Mordasius
Posts: 1173
Joined: January 22nd, 2011, 4:23 pm
Location: GMT +8

Re: Linking to a webpage

Post by Mordasius »

Using LeftMouseUpAction=https://www.google.com will open the page in your default browser.
IDontKnow
Posts: 16
Joined: January 18th, 2012, 4:12 am

Re: Linking to a webpage

Post by IDontKnow »

Thanks, that worked :D
User avatar
Mordasius
Posts: 1173
Joined: January 22nd, 2011, 4:23 pm
Location: GMT +8

Re: Linking to a webpage

Post by Mordasius »

IDontKnow wrote:Thanks, that worked
You're welcome. If you want to open a page in a non-default browser you could use something like LeftMouseUpAction=!Execute ["C:\Program Files (x86)\Internet Explorer\iexplore.exe" https://www.google.com]