If you are looking for an easy way to open a new page, this html code may be the answer. This code is also great for displaying information like tips, help, and even images. You can use it for whatever you want.
<form>
<input type="button" value="Open Window"
onclick="window.open('http://www.domain.com')">
</form>