티스토리 뷰
inline
<html>
<body>
<input class="prevBtn" type="button" value="< 이전" onclick="location.href='main'">
</body>
</html>
script
<html>
<body>
<script type="text/javascript">
...
</script>
</body>
</html>
외부파일
<html>
<body>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
참조
'Language > Javascript' 카테고리의 다른 글
querySelector(), getElementById() (0) | 2020.12.26 |
---|---|
HTML에서 자바스크립트로 값 전달 (0) | 2020.12.26 |
Ajax(XMLHTTPRequest 통신) (0) | 2020.12.26 |
콜백(call back) 함수 (0) | 2020.12.16 |
호이스팅(Hoisting) (0) | 2020.12.15 |
댓글