1. 메타태그
<META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://url.com'>
2. 자바스크립트
<script>location.replace("http://url.com");</script>
<script>location.href='http://ja14k.x-y.net';</script>
3. PHP
<?
header ("Location: http://url.com");
?>
제목 | 날짜 | |
---|---|---|
코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) | 2018/01/03 | |
jQuery를 배울수 있는 동네들입니다. | 2013/08/09 | |
관련 링크 [1] | 2010/05/23 | |
2 | [Script] 폼 크기 자동으로 늘였다 줄였다.. | 2003/09/23 |
1 | [Script] 글자 크기 바꾸기 | 2003/07/23 |