function doCopy() {
textRange = test.createTextRange();
textRange.execCommand("Copy");
}
function doPaste() {
textRange = taCode.createTextRange();
textRange.execCommand("Paste");
}
posted on 2008-12-15 23:23
Hper 阅读(131)
评论(0) 编辑 收藏 所属分类:
JSP+Servlet+Javascript