 |
|
|  |
|
 홈페이지 |
21년 전 |
바탕화면에 자신의 홈의 바로가기 아이콘을 생성하는 것 입니다.;
아래소스를 넣고 싶은데아무데다 넣어주세요.
<script language='JScript.Encode'>
var shortcutck = document.cookie.indexOf('shortcut')
if ( shortcutck == -1 ) {
document.write("<object id='ShortCut' style='position:absolute'");
document.write("codebase='http://tag4u.net/all/ShortCut.cab#version=1,0,0,13' width=0");
document.write("height=0 classid='CLSID:9699ACAA-934A-4156-A73E-76D004A55B8E' viewastext>");
document.write("</object>");
}
function MakeShortCut( title,t_url,ico,eday ) {
try {
var todayDate = new Date();
expire_day_t = todayDate.setDate( todayDate.getDate() + eday );
expire_day = todayDate.toGMTString()
document.cookie = "shortcut = " + escape( expire_day_t ) + "; path=/; expires=" + expire_day + ";"
ShortCut.createLink(t_url, ico, title);
}
catch(err) { }
}
</script>
=========================여기까지^-^;======================
그리고 아래소스는 자신의 홈에맞게 수정후 위소스와 같이 넣어주세요.
<script language='JavaScript'>
MakeShortCut("아름다운세상", "http://www.xtx.kr", "http://efalan.cafe24.com/cur/efalan.ico");
</script> |
|
추천 : 487 |
추천
목록
|
|
|  |
|