Codesupplier.com

free html codes for your website

Open new page with button

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.

When clicked on a new window will open with the address specified. Change the parts in red to suit your needs. This code will also work with your eBooks, as long a your software supports javascript.

<form>
<input type="button" value="
Open Window"
onclick="window.open('http://www.domain.com')">
</form>