[php] 북마크, 즐겨찾기 스크립트 > 팁앤테크

본문 바로가기
사이트 내 전체검색

팁앤테크

[php] 북마크, 즐겨찾기 스크립트

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 75,462회 작성일 11-03-21 18:33

본문

Step 1: Add the below code to the <head> section of your page:
<script type="text/javascript">

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
    window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
    var elem = document.createElement('a');
    elem.setAttribute('href',url);
    elem.setAttribute('title',title);
    elem.setAttribute('rel','sidebar');
    elem.click();
}
else if(document.all)// ie
    window.external.AddFavorite(url, title);
}
</script>

Step 2: Create either an image or text link that will be used as the Bookmark Site link. For the href attribute, use the following code:
<a href="javascript:bookmarksite('Dynamic Drive', 'http://www.dynamicdrive.com')">Bookmark this site!</a>

<a href="javascript:bookmarksite('<?=$g4['title']?>', '<?=$g4['url']?>')">Bookmark this site!</a>

댓글목록

등록된 댓글이 없습니다.

Total 779건 14 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
454 제로 87096 05-10
453 제로 94573 05-07
452 제로 46658 05-06
451 제로 43905 05-04
450 제로 52852 04-23
449 제로 114334 04-20
448 제로 105900 04-20
447 제로 81802 04-16
446 제로 52216 04-12
445 제로 111478 04-09
444 제로 112355 04-07
443 제로 98713 04-07
442 제로 103279 03-30
441 제로 94117 03-26
열람중 제로 75463 03-21
439 제로 94070 03-14
438 제로 99077 03-10
437 제로 52177 03-09
436 제로 55287 03-06
435 제로 53628 03-06
434 제로 47297 03-03
433 제로 48953 03-02
432 제로 64839 02-26
431 제로 45066 02-25
430 제로 48858 02-25

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5470-4714
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
2,181
어제
16,995
최대
431,155
전체
10,526,829
Copyright (c) 株式会社YHPLUS. All rights reserved.