Avatar

Level 3

There may be simpler ways, but this is how I made my button.

Add the button.On the Object palette>Field page change appearnce of button to have no outline and no fill. Highlight the text and on the Font and paragraph palettes choose the correct look for your text (blue and underlined plus anything else you want) and change the text to what you want the link to say.

Then to add the URL, open your script editor (Window>Script editor) & choose "Langauge:Javascript" and "Run at:Client".

With the button chosen, choose the CLICK event (from drop down list, beside "Show") add the script:

app.launchURL("http://AND THIS IS WHERE YOU ADD YOUR OWN URL")

Hope that is helpful