|
|
|
12년 전
|
조회 1,183
|
|
|
|
12년 전
|
조회 1,708
|
|
|
|
12년 전
|
조회 932
|
|
|
|
12년 전
|
조회 2,421
|
|
|
|
12년 전
|
조회 1,557
|
|
|
|
12년 전
|
조회 938
|
|
|
|
12년 전
|
조회 1,545
|
|
|
|
12년 전
|
조회 1,699
|
|
|
|
12년 전
|
조회 3,021
|
|
|
씨네울프
|
12년 전
|
조회 7,872
|
|
|
|
12년 전
|
조회 899
|
|
|
|
12년 전
|
조회 1,528
|
|
|
|
12년 전
|
조회 1,533
|
|
|
|
12년 전
|
조회 1,809
|
|
|
|
12년 전
|
조회 1,888
|
|
|
|
12년 전
|
조회 2,107
|
|
|
|
12년 전
|
조회 1,666
|
|
|
|
12년 전
|
조회 974
|
|
|
|
12년 전
|
조회 1,916
|
|
|
|
12년 전
|
조회 649
|
댓글 5개
var sidebarurl = "http://도메인"; // Change as required
var sidebartitle = "홈페이지제목"; // Change as required
var url = this.location;
var title = document.title;
function bookmarksite() {
if (window.sidebar && window.sidebar.addPanel){ // Firefox
window.sidebar.addPanel(sidebartitle, sidebarurl,"");
}
else if ( document.all ) { // IE Favorite
window.external.AddFavorite(url, title);
}
else if (window.opera && window.print) {
// do nothing
}
else if (navigator.appName=="Netscape") {
alert("Please click OK, then press <Ctrl-D> to bookmark this page.");
}
}
if (window.sidebar && window.sidebar.addPanel) {
document.write('<a href = "javascript:bookmarksite();" style="color:#A7A9AC;">즐겨찿기</a>');
}
else if (document.all) {
document.write('<a href = "javascript:bookmarksite();" style="color:#A7A9AC;">즐겨찿기</a>');
}
else if (window.opera && window.print) {
document.write('<a href = "'+sidebarurl+'" title="'+sidebartitle+'" rel="sidebar" style="color:#A7A9AC;">즐겨찿기</a>');
}
else if (navigator.appName=="Netscape") {
document.write('<a href = "javascript:bookmarksite();" style="color:#A7A9AC;">즐겨찿기</a>');
}
</script>