울어라휘파람새야
시작페이지와 즐겨찾기 등록하기 본문
* 즐겨찾기 등록
<a href="#" onClick="window.external.AddFavorite('http://www.daum.net','다음으로 고고싱');">Favorites</a><br />
<!-- 즐겨찾기 주소, 등록 설명을 직접 넣는 경우 -->
document.writeln(location.href);
나
var s = location.href;
document.writeln(s);
를 사용하는 경우는 현재페이지를 등록할 수 있다.
* 시작 페이지 등록
<a href="#" onClick="this.style.behavior='url (#default#homepage)';this.setHomePage('http://www.wsikorea.com')">Start Page</a>
IE에서만 사용했으며, 다른 브라우저에선 if문으로 걸러 다르게 표현했음.
Comments