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년 전 조회 821
13년 전 조회 593
13년 전 조회 393
13년 전 조회 853
13년 전 조회 2,869
13년 전 조회 1,927
13년 전 조회 1,486
13년 전 조회 449
13년 전 조회 1,086
13년 전 조회 1,931
13년 전 조회 1,058
13년 전 조회 1,088
13년 전 조회 823
13년 전 조회 998
13년 전 조회 1,977
13년 전 조회 500
13년 전 조회 2,126
13년 전 조회 977
13년 전 조회 964
13년 전 조회 827
13년 전 조회 879
13년 전 조회 1,137
13년 전 조회 1,905
13년 전 조회 1,063
13년 전 조회 1,410