The
simplest way is to introduce an image that looks like a
pushbutton with, for example:
Image
(12,60) "url_button.gif" Start="http://www.daimlerchrysler.de"
The
URL can include &[..]-variables.
Alternatively, with InputAssistant, createa pushbutton
which starts an InputScript and in the InputScript use the
"Start" command with the given URL, e.g.
Start
"https://www.synactive.com"
|