"HTML 페이지 이동"의 두 판 사이의 차이

(새 문서: {{작성중}} ==HTML 태그== <source lang='html5'> <meta http-equiv='refresh' content='0;url=이동할주소'> </source> ==자바스크립트== <source lang='html5'> <script type="...)
 
13번째 줄: 13번째 줄:
</source>
</source>


[[분류: HTML]]
[[분류: 자바스크립트]]
[[분류: 자바스크립트]]

2012년 5월 2일 (수) 01:31 판

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 }}