<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CODIGG &#187; javascript</title>
	<atom:link href="http://www.codigg.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigg.com</link>
	<description>关注互联网，关注云计算，关注生活</description>
	<lastBuildDate>Fri, 08 Jul 2011 02:48:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>跨浏览器的“复制到剪切板”功能</title>
		<link>http://www.codigg.com/2009/06/zeroclipboard-cross-browser/</link>
		<comments>http://www.codigg.com/2009/06/zeroclipboard-cross-browser/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 08:11:41 +0000</pubDate>
		<dc:creator>Codigg</dc:creator>
				<category><![CDATA[Javascript/CSS]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.codigg.com/?p=347</guid>
		<description><![CDATA[“复制到剪切板”功能，网上搜到的大多数号称跨浏览器的解决办法都无效，要么安全错误，要么需要先修改浏览器配置。

现代浏览器对安全越来越重视，javascript的限制也越来越多，Flash逐渐成为新兴的交互手段，zeroclipboard就用flash来实现了这一功能，并且可以与javascript进行交互调用。

使用方法如下：



?View Code JAVASCRIPT// 注册Client并设置相关属性

<span class="readmore"><a href="http://www.codigg.com/2009/06/zeroclipboard-cross-browser/" title="跨浏览器的“复制到剪切板”功能">阅读全文——共471字</a></span><h3>相关文章</h3><ul><li>0</li></ul><h3>最近评论</h3><ul><li><a class="commentor" href="http://www.k9.com.tr" >k9 köpek eğitimi</a> : <a class="comment_content" href="http://www.codigg.com/2009/06/zeroclipboard-cross-browser/#comment-214161" title="View the entire comment by k9 köpek eğitimi" >Hello admin good put up much thanks liked this web...</a></li>
<li><a class="commentor" href="http://www.yarisoyun.org/" >yarış</a> : <a class="comment_content" href="http://www.codigg.com/2009/06/zeroclipboard-cross-browser/#comment-213731" title="View the entire comment by yarış" >Fantastic post admin! i bookmarked your word wide ...</a></li>
<li><a class="commentor" href="http://www.etiluksarackiralama.com/" >lüks araç kiralama</a> : <a class="comment_content" href="http://www.codigg.com/2009/06/zeroclipboard-cross-browser/#comment-213560" title="View the entire comment by lüks araç kiralama" >you are seriously range one admin your running a b...</a></li>
<li><a class="commentor" href="http://www.blogtext.org/jeanboyle1128/article/1140516.html?Weed+For+Medical+Usage+-+Il+dibattito+infuria+On" >seeds of marijuana</a> : <a class="comment_content" href="http://www.codigg.com/2009/06/zeroclipboard-cross-browser/#comment-213267" title="View the entire comment by seeds of marijuana" >An interesting discussion is worth comment. I do t...</a></li>
<li><a class="commentor" href="http://carlo.net.pl/oferta/wynajem-hal.html" >Hale Stalowe Cena</a> : <a class="comment_content" href="http://www.codigg.com/2009/06/zeroclipboard-cross-browser/#comment-212989" title="View the entire comment by Hale Stalowe Cena" >I must show  appreciation to you just for bailing ...</a></li>
</ul>]]></description>
		<wfw:commentRss>http://www.codigg.com/2009/06/zeroclipboard-cross-browser/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

