[html]button onclick 이동가능하게 하는 방법
<button class="btn btn-outline-success" type="button" onclick="location.href='/logout'">로그아웃</button>
-> 내부의 logout url 이동
<button class="btn btn-outline-success" type="button" onclick="location.href='http://www.naver.com'">naver.com gogo</button>
-> http url 이동
'web' 카테고리의 다른 글
[html]thymeleaf if 조건문 null check방법 (0) | 2020.07.29 |
---|---|
[html]html안에 html넣는 방법 (0) | 2020.07.27 |
[spring boot]cannot pass a null grantedauthority collection 해결방법 (0) | 2020.07.15 |
[web]button link 방법 (0) | 2020.05.11 |
[spring boot]chrome live reload 사용방법 (0) | 2020.05.08 |