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

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

팁앤테크

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

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 72,623회 작성일 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 125건 3 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
75 제로 67080 09-12
74 제로 67626 08-24
73 제로 70577 06-21
72 제로 58297 06-07
71 제로 77270 02-13
70 제로 81049 02-09
69 제로 82857 01-15
68 제로 84923 01-15
67 제로 84285 12-14
66 제로 90013 11-12
65 제로 92539 08-06
64 제로 94607 08-06
63 제로 91593 07-22
62 제로 104141 07-22
61 제로 91355 07-13
60 제로 76460 06-28
59 론이 80817 06-07
58 론이 88541 06-07
57 제로 81336 05-26
열람중 제로 72624 03-21
55 제로 89486 03-14
54 제로 62037 02-26
53 제로 52654 02-25
52 제로 62265 02-18
51 제로 56667 11-11

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
24,121
어제
24,211
최대
431,155
전체
7,147,428
Copyright (c) 株式会社YHPLUS. All rights reserved.