본문 바로가기

Web

버튼 누르면 페이지 이동하기

<a href> 대신.



<form>
<input type="button" value="Put Your Text Here"onclick="window.location.href='http://www.hyperlinkcode.com/button-links.php'"/>
</form>


또는


<button type="button" value="운동 설정" onclick="window.location.href='workout.html'"></button>

'Web' 카테고리의 다른 글