html소스 몇초후에 이동

2004.09.26 00:34

juro 조회 수:1023

1.
<HTML>
<HEAD>
<meta http-equiv="refresh" content="3; url=연결할 URL">
</HEAD>
<BODY>
3초후에 연결페이지로 이동합니다. 잠시만 기다려 주세요.
</BODY>
</HTML>



2.
본문 스크립트에 삽입하세요. 5초후에 1.htm으로 이동한다는 내용입니다.

setTimeout('goto()',5000)
function goto() {document.location="1.htm"}


출처 : http://madman.akachan.net

© juroweb 2003-2014. All rights reserved
log in