<Script type = "text/javascript">
Function copy_code (copyText)
{
If (window. clipboardData)
{
Window. clipboardData. setData ("Text", copyText)
}
Else
{
Var flashcopier = 'flashcopier ';
If (! Document. getElementById (flashcopier ))
{
Var divholder = document. createElement ('div ');
Divholder. id = flashcopier;
Document. body. appendChild (divholder );
}
Document. getElementById (flashcopier). innerHTML = '';
Var divinfo = '<embed src = ".. /js/_clipboard.swf "FlashVars =" clipboard = '+ encodeURIComponent (copyText) + '"width =" 0 "height =" 0 "type =" application/x-shockwave-flash "> </embed> ';
Document. getElementById (flashcopier). innerHTML = divinfo;
}
Alert ('copy successful! ');
}
</Script>
<Input id = "inputTest" type = "button" value = "test" onclick = "copy_code ('copied successfully! Yacht Club http://www.111cn.net) "/>
Flash file download address: http://down.111cn.net/mbs/2011/10/07/_clipboard.rar