보통 페이지가 자동으로 다른 페이지를 넘어가게 하는 방법에는 META테그를 사용합니다.
<meta http-equiv="refresh" content="0" url="원하는 페이지 URL">
대충 이런 방식이죠. 하지만 이방법은 "딱~"하는 페이지 넘어가는 소리가 들리고, 속도가 1,2초로 느리다는 단점이 있습니다.
그러한 단점이 해결되는 방법이 있습니다.
다음과 같습니다.
<html>
<script language="JavaScript">
this.window.location.replace("원하는 페이지 URL");
</script>
</html>
이 방법도 페이지 전환이 히스토리에 남지 않습니다.
웹 프로그래밍
2006.02.23 01:10
간단하고 빠른 페이지포워딩
조회 수 5989 추천 수 0 댓글 0
공부 게시판
공부에 도움되는 글을 올려주세요.
-
read more
[공지] 공부 게시판 입니다.
-
Read More
홍콩 보내주다를 뜻하는 영어 표현 한가지를 노래를 통해 배워보자
-
Read More
향수 잔향 기간별 구분
-
Read More
Question about Korean - What does 홍콩을 보내다 mean?
-
Read More
리눅스 서버 설치 중 에러 "Failed to find a suitable stage1 device"
-
Read More
Linux 11 . Linux 설치 시 lvm 수동설정
-
Read More
[Rocky Linux] 누구나 쉽게 따라하는 Rocky Linux 9.0 OS 다운로드 및 설치 방법~!!
-
Read More
Linux/Rocky Linux Rocky Linux : Composer 설치
-
Read More
[Rocky Linux] 록키 리눅스 최신 업데이트 적용 방법
-
Read More
rocky linux 커널 업데이트
-
Read More
[Windows] OWASP ZAP 사용법
-
Read More
[웹 취약점] 웹서버 디렉토리 리스팅 방지
-
Read More
Clonezilla(클론질라) 백업파일 하드디스크로 복구 방법
-
Read More
클론질라 사용 방법 - OS 이미지 백업 CloneZilla
-
Read More
[Linux / Rocky] FTP 접속 관련 설정 실습 예제
-
Read More
Could not reliably determine the server's fully qualified domain name
-
Read More
[아파치] 아파치 웹서버에 .htaccess 파일 설정하는 방법
-
Read More
[Linux] Apache web server의 rewrite module 사용하기 [출처] [Linux] Apache web server의 rewrite module 사용하기|작성자 g00dmoney
-
Read More
록키 리눅스 9.1에서 apache, mysql, PHP 설치
-
Read More
[권한문제] 라이믹스 Fatal error: Uncaught Rhymix\Framework\Exception: Cannot write template cache file
-
Read More
라이믹스 php 에러 표시


















