<iframe name="google_ads_frame" marginwidth="0" marginheight="0" src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4490194096475053&dt=1228587520953&lmt=1228528466&prev_slotnames=1891601125&output=html&slotname=3685991503&correlator=1228587520921&url=http%3A%2F%2Fwww.corange.cn%2Farchives%2F2008%2F10%2F1843.html&ea=0&ref=http%3A%2F%2Fwww.corange.cn%2Fhtml%2Fcorange__96.html&frm=0&ga_vid=84592235.1228587521&ga_sid=1228587521&ga_hid=747581118&flash=9.0.124.0&u_h=768&u_w=1024&u_ah=738&u_aw=1024&u_cd=32&u_tz=480&u_java=true&dtd=15" frameborder="0" width="300" scrolling="no" height="250" allowtransparency></iframe>
按钮代码:
<button οnclick="copyToClipBoard()">复制本贴地址发送给好朋友</button>
调用函数
<script language="javascript">
function copyToClipBoard(){
var clipBoardContent="";
clipBoardContent+=document.URL
window.clipboardData.setData("Text",clipBoardContent);
alert("复制成功");
}
</script>