html/html_css
페이지의 임시이동
갓리버리
2014. 1. 21. 14:01
사정이 있어서 페이지를 멈추어야 할때 다음과 같은 스크립트를
주면 된다.
<script>
Location.href =
"main.php";
</script>