Hi

(html)a tag 뒤로가기 새로고침 앞으로가기 본문

WEB(웹)

(html)a tag 뒤로가기 새로고침 앞으로가기

SharingWorld 2018. 6. 14. 16:41
<a href="javascript:history.back()">뒤로가기</a>
<a href="javascript:location.reload()">새로고침</a>
<a href="javascript:history.forward()">앞으로 가기</a>


'WEB(웹)' 카테고리의 다른 글

(javascript) 다른 링크로 연결하는 법  (0) 2018.06.18
(javascript) 변수  (0) 2018.06.18
(css) background-position  (0) 2018.06.14
(css)속성값에다 스타일 적용  (0) 2018.06.12
(pug) extends  (0) 2018.06.12