div onclick="location.href='webpage.html'"
input type=button onClick="parent.location='index.html'" value='click here'
input type=button onClick="parent.open('http://www.x.com/')" value='new window'
input type=button onClick=window.open("button-child.php","demo","width=550,height=300,left=150,top=200,toolbar=0,status=0,"); value="Open child Window"
input type="button" value="Open" onclick="window.location.href='http://www.y.com/'"
Some examples below: