<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 마우스 드레그 오른쪽 버튼 안되게...]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=7112&amp;type=atom"/>
	<updated>2008-11-18T15:34:52Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=7112</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 마우스 드레그 오른쪽 버튼 안되게...]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32054#p32054"/>
			<content type="html"><![CDATA[<p>잘쓰겠습니다. ^^</p>]]></content>
			<author>
				<name><![CDATA[press-i.com]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=3249</uri>
			</author>
			<updated>2008-11-18T15:34:52Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32054#p32054</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 마우스 드레그 오른쪽 버튼 안되게...]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=31902#p31902"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>이원효 작성:</cite><blockquote><p>어떻게 해야 하는지요?<br />스크립트를 편집부분에 넣는건 알겠는데</p><p>어떤 스크립트와 어느부분에 넣어야 하는지 모르겠어요. <br />고수님들 도와주세요ㅜ,.ㅜ</p></blockquote></div><p>lunamoth님께서 적어주신 스크립트로 막는건 IE에서만 적용이 되고 FF등에서는 적용이 되질 않습니다..</p><p>제 경우엔</p><p>// 드래그, 우클릭 금지 시키기 //<br />var omitformtags=[&quot;input&quot;, &quot;textarea&quot;, &quot;select&quot;]<br />omitformtags=omitformtags.join(&quot;|&quot;)<br />&nbsp; &nbsp; function disableselect(e){<br />&nbsp; &nbsp; &nbsp; &nbsp; if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return false<br />}</p><p>function reEnable(){<br />&nbsp; &nbsp; return true<br />}</p><p>if (typeof document.onselectstart!=&quot;undefined&quot;)<br />&nbsp; &nbsp; document.onselectstart=new Function (&quot;return false&quot;)<br />else{<br />&nbsp; &nbsp; document.onmousedown=disableselect<br />&nbsp; &nbsp; document.onmouseup=reEnable<br />}</p><p>document.oncontextmenu = function() {return false;};<br />document.onselectstart = function() {return false;};<br />document.ondragstart = function() {return false;};</p><p>이런 코드를 써서 모든 브라우저에서 막고 있기는 한데<br />드래그 및 우클릭을 막는 것 자체는 <br />lunamoth 님 말씀대로 얼마든지 무력화 될 수 있는 부분이 많긴합니다.</p><p>어떻게 막으려고 하면 어떻게든 뚫으려는 사람들이 있기 마련이라;;<br />결국 완전히 막는 것은 불가능하다고 보셔야 할겁니다...</p><p>그저 스크립트등으로 막음으로 어느 정도의 효과만을 누리는 것으로 만족할 뿐.... ;;;</p>]]></content>
			<author>
				<name><![CDATA[멀더끙]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2638</uri>
			</author>
			<updated>2008-11-13T15:13:37Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=31902#p31902</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 마우스 드레그 오른쪽 버튼 안되게...]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=31899#p31899"/>
			<content type="html"><![CDATA[<p>이 포럼이나 검색엔진에서 오른쪽 클릭으로 검색해보시면 관련글 찾으실 수 있을것 같습니다. 예전 답변 가져와봅니다.</p><p>---</p><p>&lt;body oncontextmenu = &quot;return false&quot; onselectstart=&quot;return false&quot; ondragstart=&quot;return false&quot;&gt; 등으로 스킨 편집을 하시면 됩니다. 그런데 일반적인 블로그 방문자 분들이 불편할 수 있고, 얼마든지 무력화 될수 있는 부분도 고려를 해보시는 것이 좋을 것 같습니다 <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><a href="http://forum.tattersite.com/ko/viewtopic.php?id=540">http://forum.tattersite.com/ko/viewtopic.php?id=540</a><br /><a href="http://www.google.co.kr/search?complete=1&amp;hl=ko&amp;q=%EC%98%A4%EB%A5%B8%EC%AA%BD+%ED%81%B4%EB%A6%AD&amp;btnG=Google+%EA%B2%80%EC%83%89&amp;lr=&amp;aq=f">http://www.google.co.kr/search?complete … =&amp;aq=f</a></p>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2008-11-13T12:58:43Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=31899#p31899</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[마우스 드레그 오른쪽 버튼 안되게...]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=31898#p31898"/>
			<content type="html"><![CDATA[<p>어떻게 해야 하는지요?<br />스크립트를 편집부분에 넣는건 알겠는데</p><p>어떤 스크립트와 어느부분에 넣어야 하는지 모르겠어요. <br />고수님들 도와주세요ㅜ,.ㅜ</p>]]></content>
			<author>
				<name><![CDATA[이원효]]></name>
			</author>
			<updated>2008-11-13T12:19:55Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=31898#p31898</id>
		</entry>
</feed>
