HTML 페이지 이동

Jmnote (토론 | 기여)님의 2012년 5월 2일 (수) 01:30 판 (새 문서: {{작성중}} ==HTML 태그== <source lang='html5'> <meta http-equiv='refresh' content='0;url=이동할주소'> </source> ==자바스크립트== <source lang='html5'> <script type="...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
Crystal Clear action info.png 작성 중인 문서입니다.


1 HTML 태그

<meta http-equiv='refresh' content='0;url=이동할주소'>

2 자바스크립트

<script type="text/javascript">
location.href="이동할주소";
</script>
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}