a태그를 안눌리게 하고 싶을 때
style="pointer-events:none;" 를 사용하면 된다.
body태그를 바로 스크립트로 보내고 싶을 때,
<body onload="script 함수명">
</body> 하면됨