onLoad 시 특정 javascript 호출(html 파일에서도 됨)
페이지 정보

본문
<html>
<head>
<script type="text/javascript">
window.onload = function () {
function1();
function2();
}
</script>
</head>
<body>
</body>
</html>
<head>
<script type="text/javascript">
window.onload = function () {
function1();
function2();
}
</script>
</head>
<body>
</body>
</html>
- 이전글alter table 19.05.25
- 다음글66.232.143.179 네임서버 설정방법 19.05.25
댓글목록
등록된 댓글이 없습니다.
