<button type="button" onclick="location.href='/'">홈</button>
게시판 목록에서 홈으로 돌아가는 버튼이다.
처음에는 location.href='../home.html'을 했는데 페이지가 안 뜨고 에러떴다.
생각해보니 home.html은 처음에 localhost:8080/으로 떠서 위와 같이 고치니 해결
반응형
'FE > html' 카테고리의 다른 글
[Error] Failed to convert value of type 'java.lang.String' to required type 'java.lang.Long'; (0) | 2021.08.05 |
---|---|
[Thymeleaf] th:each (0) | 2021.07.22 |
html 표 (0) | 2021.06.05 |
id, name, class (0) | 2021.06.05 |
[Error] html textarea에 데이터가 있어도 null로 넘어옴 (0) | 2021.06.05 |