码迷,mamicode.com
首页 > 其他好文 > 详细

一个按钮完成对文本框内容的copy和复制

时间:2014-11-06 10:49:03      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   ar   os   java   for   

<!--要完成此效果需要两个步骤
第一步:把如下代码加入到<head>区域中--石家庄编导-电表控制器-亿诚>
<SCRIPT language=JavaScript>
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location=‘"+args[i+1]+"");
}
function JM_cc(ob){
var obj=MM_findObj(ob); if (obj) {
obj.select();js=obj.createTextRange();js.execCommand("Copy");}
}
function MM_findObj(n, d) { //v4.0
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
//-->
</SCRIPT>
<!--第二步:把如下代码加入到<body>区域中-->
<INPUT name=Button onclick="JM_cc(‘js_1‘)" type=button value=复制到剪贴板>
<BR>
</div>
<FORM action="" method=post name=form1>
<div align="center">
<TEXTAREA cols=70 name=js_1 rows=10 wrap=VIRTUAL>

 

一个按钮完成对文本框内容的copy和复制

标签:style   blog   http   io   color   ar   os   java   for   

原文地址:http://www.cnblogs.com/youtianxia/p/4078029.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!