제목 | The URI you submitted has disallowed characters. 질문 | ||
---|---|---|---|
글쓴이 | 수야디벨 | 작성시각 | 2013/01/02 11:45:36 |
|
|||
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); } } //]]>
|
|||
다음글 | CI상에서 ckeditor 사용시 경로를 찾지 못합니다... (3) | ||
이전글 | ci session 버그 있는것 같은데 아닌가요?ㅡㅡ;... (8) | ||
한대승(불의회상)
/
2013/01/02 13:24:40 /
추천
0
요렇게 수정해 주세요.
|
수야디벨
/
2013/01/03 11:01:15 /
추천
0
//불의회상
감사합니다 :) |