Posted
Filed under Htm&Javascript
[출처] - http://ajaxis.tistory.com/42

1. 시작페이지 설정 :


    <a href="javascript://"
          onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage        ('http://www.adic.co.kr');">
          <img src="이미지.gif"> </a>
 


2. 즐겨찾기 설정 :

      <a href="javascript:myFavorite()">
          <img src="이미지.gif" border="0"></a>


   <script language="javascript">
 
   function myFavorite() {
      window.external.AddFavorite('http://xxxxxx.com/', '바람의 검객!')
   }
 
  </script>

2011/01/25 06:48 2011/01/25 06:48