<div class="htmlarea"> <textarea id="runcode19047"> <script type="text/javascript"> function upLoadKey(e){ ((document.all) ? true:false) == true ? (window.event.returnValue = false): e.preventDefault(); } </script> <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="保存代码">[Ctrl+A 全选 注:<a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">如需引入外部Js需刷新才能执行</a>]</div> <br><br>但是这段代码在 火狐2.x的下面,还是无法对onpaste()这个函数的支持,好消息是火狐的3.x版本支持了一个函数 <br>