Information/Web
간단한 리다이렉션 스크립트
ResLee
2006. 10. 6. 22:12
<html>
<script>
window.open("리다이렉트할 주소", "_self");
</script>
</html>
리다이렉트할 주소 예시:
http://www.yahoo.co.kr
_self는 현재 페이지에서 리다이렉트
_self대신 _blank를 주면 새로운 창으로 리다이렉트