[Page이동] 페이지 자동이동 하는 방법!

-php header를 이용하는 방법

Header(“Location:경로/파일명”); –> php echo로 같이 쓰기

-metatag 방법

meta refresh랑 같이쓰기 –> content=”0; url=도메인주소”

-javascript 방법

location.replace(‘경로/파일명’); –> script안에 넣기
또는
window.location.href=”도메인” script type안에 넣기

-jquery 방법

$(document).ready(function(){
const offset = $(“#target”).offset();
$(‘html, body’).animate({scrollTop: offset.top}, 0);
});

jquery로 자동이동 하는 방법에서 최소한 룰이 필요한데, 그것을 키값 암호번호 최고자릿수를 이용해서 자동포커스 해줄 수 있습니다!

4 thoughts on “[Page이동] 페이지 자동이동 하는 방법!”

  1. [url=https://fastpriligy.top/]priligy seratonin[/url] The drug Taxotere docetaxel is also associated with eye related side effects, including, in a limited number of cases, blocked tear ducts

    응답

Leave a Comment