functioncopyToClipBoard(){
varclipBoardContent="";
clipBoardContent+=document.title;
clipBoardContent+="";
clipBoardContent+=this.location.href;
window.clipboardData.setData("Text",clipBoardContent);
alert("复制成功,请粘贴到你的QQ/MSN上推荐给你的好友");
}
如果你喜欢本站,就推荐给你的朋友吧!
functionCopyUrl(target){
target.value=myimg.value;
target.select();
js=myimg.createTextRange();
js.execCommand("Copy");
}
functionAddImg(target){
target.value="[IMG]"+myimg.value+"[/img]";(注:[/img]中/后面有空格请去掉)
target.select();
js=target.createTextRange();
js.execCommand("Copy");
}
functioncopyText(obj)
{
varrng=document.body.createTextRange();
rng.moveToElementText(obj);
rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
rng.collapse(false);}
以下是代码片段:
复制代码 代码如下:
http://www.jb51.net
[点击复制]
http://www.jb51.net
[点击复制]