본문 바로가기

Story/Javascript

즐겨찾기 추가, 시작페이지로

반응형
- 즐겨찾기
<a href="#" onclick="window.external.AddFavorite('http://sqlplus.tistory.com','sqlplus.tistory.com');">이 페이지를 즐겨찾기로 추가</a>

window.external.AddFavorite('URL','즐겨찾기명');

- 시작페이지로
<a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://sqlplus.tistory.com');">이 페이지를 시작 페이지로</a>
반응형