<div class="htmlarea"> <textarea id="runcode19047"> <input name="textfield3" type="file" class="input" id="textfield3" size="30" value="" onkeydown="upLoadKey(event);" onpaste="return false;" onmousedown="document.oncontextmenu = function() { return false;}" onmouseout="document.oncontextmenu = function() { return true;}" style="ime-mode:disabled"> </textarea> <br><input onclick="runEx('runcode19047')" type="button" value="运行代码"><input onclick="doCopy('runcode19047')" type="button" value="复制代码"> <input onclick="doSave(runcode19047)" type="button" value="保存代码"> <a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">[Ctrl A 모두 선택 참고: </a>외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다 </div>]<br><br><br>그런데 이 문단의 코드는 Firefox 2.x에 있지만 여전히 onpaste() 함수를 지원할 수 없습니다. 좋은 소식은 Firefox 3.x 버전이 함수를 지원한다는 것입니다<script type="text/javascript"> function upLoadKey(e){ ((document.all) ? true:false) == true ? (window.event.returnValue = false): e.preventDefault(); } </script>.