무조건 index.html 파일 거쳐서 들어오게 만들기
본문
<scRIPT LANGUAGE="Javascript">
<!-- Begin
var requiredfrom = "index.html"; // required prev. page
if (document.referrer.indexOf(requiredfrom) == -1) {
alert("반드시 이 페이지를 거쳐 들어오셔야 합니다 " + requiredfrom);
window.location=requiredfrom;
}
// End -->
</script>
출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=198
<!-- Begin
var requiredfrom = "index.html"; // required prev. page
if (document.referrer.indexOf(requiredfrom) == -1) {
alert("반드시 이 페이지를 거쳐 들어오셔야 합니다 " + requiredfrom);
window.location=requiredfrom;
}
// End -->
</script>
출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=198
관련링크
댓글목록
등록된 댓글이 없습니다.