s

즐겨찾기 모두 지원

(IE7,IE8 Beta, FF2, FF3 Beta 이상없이 작동), Opera 작동 안함..

/**
* 즐겨찾기 등록하기
*/
function CreateBookmarkLink(urlStr) {
    title = "지피엠씨";
    url = urlStr;
    //FF
    if (window.sidebar) {
        window.sidebar.addPanel(title, url,"");
    }
    //IE
    else if( window.external ) {
        window.external.AddFavorite( url, title);
    }
    //Opera
    else if(window.opera && window.print) {
        return true;
    }
}

/**
* 시작페이지 설정
*/
function startPage(Obj,urlStr){
    if (document.all && window.external){
        Obj.style.behavior='url(#default#homepage)';
        Obj.setHomePage(urlStr);
    } else {
       
    }
}
 
<a onClick="startPage(this,'http://www.nextree.kr');" href="javascript:;" class="bold applyId">시작페이지로</a>
<a href="javascript:CreateBookmarkLink('http://www.gpmc.kr');">즐겨찾기 등록</a>
 
|
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
13년 전 조회 834
13년 전 조회 611
13년 전 조회 407
13년 전 조회 873
13년 전 조회 2,883
13년 전 조회 1,941
13년 전 조회 1,504
13년 전 조회 467
13년 전 조회 1,098
13년 전 조회 1,946
13년 전 조회 1,079
13년 전 조회 1,103
13년 전 조회 839
13년 전 조회 1,014
13년 전 조회 1,996
13년 전 조회 515
13년 전 조회 2,145
13년 전 조회 993
13년 전 조회 983
13년 전 조회 849
13년 전 조회 905
13년 전 조회 1,153
13년 전 조회 1,926
13년 전 조회 1,084
13년 전 조회 1,431