복사 8

마우스 드래그 복사시 출처 자동복사

oncopy , setTimeout , clipboard 이벤트를줘서 카피 했을경우... 출처 자동 나오게 하는 법 네이버 지식인에서 복사시 출처 표기가 되는것과 동일합니다. function contents_cp() { if (window.event) { window.event.returnValue = true; window.setTimeout('attach_kinref()', 25); } } function attach_kinref() { if (window.clipboardData) // IE { // get data from clipboard var txt = window.clipboardData.getData('Text'); // attach the source at the end of text ..

인터넷정보 2007.10.18

마우스 드래그 복사시 출처 자동복사

oncopy , setTimeout , clipboard 이벤트를줘서 카피 했을경우... 출처 자동 나오게 하는 법 네이버 지식인에서 복사시 출처 표기가 되는것과 동일합니다. function contents_cp() { if (window.event) { window.event.returnValue = true; window.setTimeout('attach_kinref()', 25); } } function attach_kinref() { if (window.clipboardData) // IE { // get data from clipboard var txt = window.clipboardData.getData('Text'); // attach the source at the end of text ..

인터넷정보 2007.10.18
반응형