네이버 카페 글 복사할 수 있는 방법이 있을까요? > 자유게시판

자유게시판

네이버 카페 글 복사할 수 있는 방법이 있을까요? 정보

네이버 카페 글 복사할 수 있는 방법이 있을까요?

본문

네이버 카페에서 글을 적을 때 옵션 선택으로 드래그 방지 기능이 있는데..
 
내용을 복사할려고 해도 그 기능을 적용시켜놓으면 아예 내용이 복사가 안되어버려서 무척 불편합니다.
 
혹시나 드래그해서 복사할 수 있는 방법이 없을까요??
 
IE말고, 파폭이나..다른것들로라도 좋습니다.
 
어떻게든 복사만 할 수 있으면 좋겠습니다.
추천
0
  • 복사

댓글 4개

IE 방법

처음 클럽메인에 메인속성을 보면 clubid=11806303 를 알수 있습니다.

그후 보고싶은 페이지가 만약 아래주소와 같다면

http://cafe.naver.com/realjapan.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=6956

.com/ 후부터 지우시고 /ArticleRead.nhn?articleid=6956&clubid=11806303 를 붙여넣으시면 됩니다.

그후 파일 > 다른이름으로 저장하신후 소스에서 아래문구를 지우시면 드래그가 됩니다.

<SCRIPT type=text/javascript>


    window.document.oncontextmenu = new Function("return false");
    window.document.onselectstart = new Function("return false");
    window.document.ondragstart = new Function("return false");


function writelcs()
{
    if (typeof(document.getElementById("lcsDiv")) == 'object')
    {
        document.getElementById("lcsDiv").innerHTML = "<iframe src='http://lcs.naver.com/i{100000041}' width=0 height=0 frameborder=0><\/iframe>";
    }
}
function resizeImage(num)
{
    var oImg = eval("document.getElementById('userImg" + num + "')");
   
    if (oImg.width > 740)
      oImg.width = 740;

    parentResizeIframe('cafe_main');
}

function blockEmbedObjectAd()
{
    var items = document.getElementsByTagName("EMBED");
    for(var i=0; i<items.length; i++)
    {
        items[i].invokeURLs="false";
    }
}

function popview(url)
{
    window.open("/ViewImage.nhn?img=" + url+ "&rclick=1", "imageview", "scrollbars=yes,width=100,height=100,resizable=yes");
}

function eventpopup()
{
    var eventresult = '';
    if (eventresult != "" && eventresult != "0")
    {
        open_window('http://cafe.naver.com/CafeEventPop.nhn?clubid=11806303&eventtype=3&eventresult=&eventarticle=', 'cafe_event_popup', 330, 250);
    }
}

function goPrev()
{
    document.location.href = "/ArticlePrevNextRead.nhn?clubid=11806303&boardtype=&page=&articleid=6956&m=prev";
}

function goNext()
{
    document.location.href = "/ArticlePrevNextRead.nhn?clubid=11806303&boardtype=&page=&articleid=6956&m=next";
}

function goList()
{

   
    document.location.href = 'http://cafe.naver.com/ArticleList.nhn?clubid=11806303&boardtype=&page=';
   
   

}







function funcViewScrapHistory(clubid, articleid, scrapTotCnt)
{
    var scrapWin = open("http://cafe.naver.com/CafeScrapHistory.nhn?clubid=" + clubid + "&articleid=" + articleid + "&scrapTotCnt=" + scrapTotCnt, "scrapCafeWin", "width=360, height=450,resizable=yes");
}






function scrapThis(num)
{
    document.getElementById("frameArticleScrap").src = "/CafeScrapContent.nhn?clubid=11806303&articleid=6956&type=blog";
}

function scrap_cafe(num)
{
    document.getElementById("frameArticleScrap").src = "/CafeScrapContent.nhn?clubid=11806303&articleid=6956&type=cafe";
}

var pollScrapBlog = 0;
var pollScrapCafe = 0;

function scrapBlog()
{
    var frm = document.scrapFrm;

    if (!checkNull(frm.source_title, "출처가 누락되었습니다. 다시 시도해주세요.", false)) return;
    if (!checkNull(frm.title, "제목이 누락되었습니다. 다시 시도해주세요.", false)) return;
    if (frm.source_form.value != "2" && !checkNull(frm.source_contents, "내용이 누락되었습니다. 다시 시도해주세요.", false)) return;
 
   

    open_wnd("","scrapPop",400,400);
    frm.target = "scrapPop";
    frm.submit();
}

function scrapCafe()
{
    var frm = document.scrapFrmCafe;

    if (!checkNull(frm.source_title, "출처가 누락되었습니다. 다시 시도해주세요.", false)) return;
    if (!checkNull(frm.title, "제목이 누락되었습니다. 다시 시도해주세요.", false)) return;
    if (frm.source_form.value != "2" && !checkNull(frm.source_contents, "내용이 누락되었습니다. 다시 시도해주세요.", false)) return;

   

    frm.target = "scrapPopCafe";
    var oWnd = open_wnd("",frm.target, 400, 420);
    frm.submit();
}

function boardPrint(num)
{
    window.open("/ArticlePrint.nhn?clubid=11806303&articleid=6956","boardPrint", "width=662,height=600,scrollbars=yes,resizable=yes");
}

function badArticleReport(num)
{



    alert("게시물 신고는 카페멤버만 가능합니다");


}



function view_font_ui(value)
{
    var objFontInfo = eval("document.getElementById('font_"+ value +"')");
    var xPos = window.document.body.scrollLeft + event.clientX -10;
    var yPos = window.document.body.scrollTop + event.clientY -10;

    objFontInfo.style.pixelLeft = xPos;
    objFontInfo.style.pixelTop = yPos;
    objFontInfo.style.display = "inline";
}

function remove_font_ui(value)
{
    var objFontInfo = eval("document.getElementById('font_"+ value +"')");

    objFontInfo.style.display = "none";
}

function go_fontshop(value, fontseq)
{
    var objFontInfo = eval("document.getElementById('font_"+ value +"')");

    window.open("http://item2.naver.com/FontDetail.nhn?itemSeq="+fontseq, "fontshop");
    objFontInfo.style.display = "none";
}

function urlToClip()
{
    try
    {
var doc = document.getElementById("cafeurlstr").value;
if (window.clipboardData.setData('Text', doc)) {
        alert("주소가 복사되었습니다.\n게시판이나 메신저 창에서 Ctrl+V를 눌러보세요.");
        }
    }
    catch (e)
    {
    }   
}

function viewWriterMemberLevel(writerid)
{
open_window("/MemberLevelView.nhn?m=levelview&clubid=11806303¶mMemberid="+writerid, "mylevelview", 330, 300, "");
}
</SCRIPT>
간단히 FF/NS 등을 이용 하십시오.

oncontextmenu='return false' onselectstart='return false' ondragstart='return false'
등은 IE 용 태그입니다.
© SIRSOFT
현재 페이지 제일 처음으로