<FORM name=CodeTest>
<TEXTAREA name=WenBei rows=6 cols=50></TEXTAREA><BR><BR>
<INPUT onclick="CodeTest.WenBei.select();document.execCommand('Copy');" type=button value=复制文本>
<INPUT onclick="CodeTest.WenBei.focus();document.execCommand('Paste');" type=button value=粘贴文本>
<INPUT onclick="CodeTest.WenBei.value=''" type=button value=清空表单>
</FORM>