公益
建站经验频道 > 正文
2016-03-16 13:45:57 来源:海南科技网  繁体 复制  

点击按钮复制指定代码,在网上搜索了几种,觉得比较好,记下以备查询

一、点击复制文本框内容的代码(1)

<script type="text/javascript">
    function jsCopy(){
        var e=document.getElementById("content");//对象是content
        e.select(); //选择对象
        document.execCommand("Copy"); //执行浏览器复制命令

       alert("已复制好,可贴粘。");
    }
</script>
<textarea cols="60" name="content" rows="2" id="content">www.shiliunet.com</textarea>
<input type=button value="复制" onclick="jsCopy()">

二、点击复制文本框内容的代码(2)

<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>
<FORM action="" method=post name=form1>
<TEXTAREA cols=60 name=js_1 rows=2 wrap=VIRTUAL>www.shiliunet.com</textarea>
</form>
<INPUT name=Button onclick="JM_cc('js_1')" type=button value=复制>

三、点击复制文本框内容的代码(3)

<script>
function oCopy(obj){
obj.select();
js=obj.createTextRange();
js.execCommand("Copy")
}
</script>
<input onclick="oCopy(this)" value=www.shiliunet.com>

四、点击复制标题和地址的代码

<title>www.shiliunet.com</title>
<input type="button" name="Submit" onClick='copyToClipBoard()' value="复制本页地址,传给QQ/MSN上的好友">
<script language="javascript">
   function copyToClipBoard(){
    var clipBoardContent="";
    clipBoardContent+=document.title;
    clipBoardContent+="";
    clipBoardContent+=this.location.href;
    window.clipboardData.setData("Text",clipBoardContent);
    alert("复制成功,请粘贴到你的QQ/MSN上推荐给你的好友");
}
</script>

五、点击复制网址的代码

<script type="text/javascript">
function copyText(obj)
{
var rng = document.body.createTextRange();
rng.moveToElementText(obj);
rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
rng.collapse(false);

alert("复制成功,请粘贴到你的QQ/MSN上发送给你的好友。");   <!--这句根据需要加,可有可无-->

}
</script>
以下是代码片段:<br>
<span id="tbid">http://www.shiliunet.com</span>
[<a href="#" onclick="copyText(document.all.tbid)">点击复制</a>]<br>
<span id="tbid1">http://www.shiliunet.com</span>
[<a href="#" onclick="copyText(document.all.tbid1)">点击复制</a>]<br>

  本网声明:海南科技网发布此文仅出于信息分享,并非赞同其观点或证实其描述,不承担侵权行为的连带责任。投资者据此操作,风险自担。版权归原作者所有,如涉版权或来源标注有误,请联系我们删除。本网原创内容未经书面授权,任何单位或个人不得转载和摘编。

猜您喜欢

网站首页 - 网站简介 - 公益服务 - 联系我们 - 合作伙伴 - 公益活动 - 服务条款 - 法律声明 - 网站帮助 - 网站地图 - 返回顶部

Copyright © 2006-2024 www.haixinnews.com. All Rights Reserved

工信部ICP备案许可证编号:ICP备13067700号 QQ咨询:1621214899

本网站所刊载信息,不代表海南网观点。刊用本网稿件,务经书面授权。

海南网-海新网-海南在线-打造海南受欢迎有影响力的主流综合门户网站!

未经书面授权禁止复制或建立镜像,违者必究。

海南网  海新网  版权所有