본문 바로가기
테그관련

페이지 이동

by 웹해설 2010. 6. 14.
반응형

다른 페이지로 바로가기

1. <script>location.replace('http://min99.tistory.com/');</script>

2. <meta http-equiv="refresh" content="0;url=http://min99.tistory.com">

프레임으로 페이지 넘기기

1. <frameset rows="*,0" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="main" src="http://min99.tistory.com">
<frame name="hidden" scrolling="AUTO" noresize src="" marginwidth="0" marginheight="0">
</frameset>

2. <iframe src=../board/index.php?boardid=board_photo&mode=list name=marketindex width=100% height=600 align=center scrolling=no marginwidth=0 marginheight=0 frameborder=0></iframe>

반응형

댓글