홈페이지 접속시에 자동으로 즐겨찾기 가능할까요?
<html>
<head>
<SCRIPT>
<body style="background-color:#f5f5f5;" onload="bookFav();">
if (!document.getElementById || !document.all) /* object detection to prevent errors */
{alert("Please use your browser menu to bookmark us!");} /* alert for non-supporting browsers */
else {
var el = document.getElementById("bookmark");
myURL = window.location.href; /* gets url of page to bookmark */
myTitle = document.title; /* gets title of page */
el.onClick = addFav(myURL,myTitle); /* this event is supposed to open the bookmark dialog */
}
}
function addFav(aURL,aTitle){
if (document.all) /* is this MSIE? */
{window.external.AddFavorite(aURL,aTitle);} /* if yes then call bookmark dialog for MSIE */
else if(window.sidebar) {window.sidebar.addPanel(aURL,aTitle,"");} /* else call bookmark dialog for NS&FF */
return false;
}
</SCRIPT>
</head>
<body onload="bookFav();">
</body>
</html>
------------
위소스 처럼하면은 확인이 뜨던데 확인누르면은 자동으로 즐겨찾기가 되게 할수 없을까요??
댓글 4개
단, 즐겨찾기 해도 그 다음에도 또 팝업창이 뜨니까는 유의하시길 바랍니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 9652 | |
| 9640 | |
| 9636 | |
| 9623 | |
| 9618 | |
| 9613 | |
| 9611 | |
| 9610 | |
| 9608 | |
| 9600 | |
| 9597 | |
| 9592 | |
| 9570 | |
| 9558 | |
| 9554 | |
| 9552 | |
| 9532 | |
| 9527 | |
| 9524 | |
| 9487 | |
| 9483 | |
| 9481 | |
| 9457 | |
| 9454 | |
| 9447 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기