Login | Join | OpenID | RSS Feed
페이지 이동 코드
최광용 Lv. 14 llllllllll 
485 hit since 2006/01/12 16:11

php로 할 경우.
<?
header("location:http://secrice.com/");
?>

java script로 할 경우.
<script>
document.location="http://secrice.com/"
</script>

html tag로 할 경우.
<meta http-equiv="refresh" content="0; url=http://secrice.com/bbs/index.php">