Buttoncommand to open Websides

I want to create some Buttons with that I can open Websides.
Is there a command for that?

Just enter the url as the command for a button - works fine here. Opens in the default browser as it should.

Works great. Thanks! :slight_smile:

What's nice is you can also replace text with Opus dlgstring/Rs sequences... I've got a button that takes me to a support website where I have to look up any of multiple Case Numbers... and the URL for the website is a static URL with the case# in the URL string, so much nicer than going to the site, logging in, then clicking on 3 or four links to get to the 'check case status' page and THEN have to input the case#.

http://support.somecompany.com/caseView.jsp?caseId={Rs|Enter Case# to lookup...}

[quote="steje"]What's nice is you can also replace text with Opus dlgstring/Rs sequences... I've got a button that takes me to a support website where I have to look up any of multiple Case Numbers... and the URL for the website is a static URL with the case# in the URL string, so much nicer than going to the site, logging in, then clicking on 3 or four links to get to the 'check case status' page and THEN have to input the case#.

http://support.somecompany.com/caseView.jsp?caseId={Rs|Enter Case# to lookup...}[/quote]That IS neat!

Which is exactly what I demonstrated here - [Quick web searches)

Thanks Steve.