В смысле кнопка со ссылкой?
<button onclick="window.open('page.html')" value=2>текст</button>
<input type=button onclick="window.open('page.html')" value=текст>
<button onclick="window.open('page.html')" value=2>текст</button>
<input type=button onclick="window.open('page.html')" value=текст>