<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: JavaScript Copy to&#160;Clipboard</title> <atom:link href="http://davidwalsh.name/clipboard/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/clipboard</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 08 Feb 2012 19:06:09 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Sumit</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-28731</link> <dc:creator>Sumit</dc:creator> <pubDate>Mon, 30 Jan 2012 04:59:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-28731</guid> <description>I tried to implement this code on a normal text box and a button, I was able to do that, but when I tried it on a label and button inside a asp.net modalpopup I was not able to do that. PLease tell how can I implement in modalpopup ?</description> <content:encoded><![CDATA[<p>I tried to implement this code on a normal text box and a button, I was able to do that, but when I tried it on a label and button inside a asp.net modalpopup I was not able to do that. PLease tell how can I implement in modalpopup ?</p> ]]></content:encoded> </item> <item><title>By: Forum informatique</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-26150</link> <dc:creator>Forum informatique</dc:creator> <pubDate>Thu, 21 Jul 2011 01:07:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-26150</guid> <description>demo have errors ?</description> <content:encoded><![CDATA[<p>demo have errors ?</p> ]]></content:encoded> </item> <item><title>By: Danny</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-24528</link> <dc:creator>Danny</dc:creator> <pubDate>Wed, 29 Jun 2011 10:05:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-24528</guid> <description>I cannot get this to work in anyway in my web app. The movie object is hidden somewhere under my website main navigation.
&lt;code&gt;element.style {
height: 0;
left: 0;
position: absolute;
top: 0;
width: 0;
z-index: 99;
}&lt;/code&gt;The DOM loads some clip client and some text but I have no idea how to fix this.
Clicking the button nothing happens.Any ideas?
Danny</description> <content:encoded><![CDATA[<p>I cannot get this to work in anyway in my web app. The movie object is hidden somewhere under my website main navigation.<br
/> <code>element.style {<br
/> height: 0;<br
/> left: 0;<br
/> position: absolute;<br
/> top: 0;<br
/> width: 0;<br
/> z-index: 99;<br
/> }</code></p><p>The DOM loads some clip client and some text but I have no idea how to fix this.<br
/> Clicking the button nothing happens.</p><p>Any ideas?<br
/> Danny</p> ]]></content:encoded> </item> <item><title>By: Vilmondes Eracton</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-23379</link> <dc:creator>Vilmondes Eracton</dc:creator> <pubDate>Wed, 06 Apr 2011 18:17:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-23379</guid> <description>It has helped me a lot! Great job!Thanks!</description> <content:encoded><![CDATA[<p>It has helped me a lot! Great job!</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: Ntmd8r</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-23305</link> <dc:creator>Ntmd8r</dc:creator> <pubDate>Tue, 29 Mar 2011 18:54:12 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-23305</guid> <description>This is a great start (for me).
However, I need to be able to copy an entire page to the clipboard,
so the user can email it to others.
Javascript has a &quot;Window.Print()&quot; method.Why can&#039;t we have a similar &quot;Window.Copy()&quot; method.????Or perhaps I should use a &quot;Save as...&quot; facility for the page,
and then have them email that saved file as an attachment.Any thoughts or suggestions ?</description> <content:encoded><![CDATA[<p>This is a great start (for me).<br
/> However, I need to be able to copy an entire page to the clipboard,<br
/> so the user can email it to others.<br
/> Javascript has a &#8220;Window.Print()&#8221; method.</p><p>Why can&#8217;t we have a similar &#8220;Window.Copy()&#8221; method.????</p><p>Or perhaps I should use a &#8220;Save as&#8230;&#8221; facility for the page,<br
/> and then have them email that saved file as an attachment.</p><p>Any thoughts or suggestions ?</p> ]]></content:encoded> </item> <item><title>By: Aline</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-22661</link> <dc:creator>Aline</dc:creator> <pubDate>Wed, 09 Feb 2011 12:36:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-22661</guid> <description>Thanks, perfect!</description> <content:encoded><![CDATA[<p>Thanks, perfect!</p> ]]></content:encoded> </item> <item><title>By: Sergey Lempert</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-22565</link> <dc:creator>Sergey Lempert</dc:creator> <pubDate>Fri, 04 Feb 2011 07:48:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-22565</guid> <description>Do you know the JS-only solution for the copy button?</description> <content:encoded><![CDATA[<p>Do you know the JS-only solution for the copy button?</p> ]]></content:encoded> </item> <item><title>By: rayphi</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-22457</link> <dc:creator>rayphi</dc:creator> <pubDate>Wed, 26 Jan 2011 08:07:31 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-22457</guid> <description>is there any way to clear the clipboard automatically?</description> <content:encoded><![CDATA[<p>is there any way to clear the clipboard automatically?</p> ]]></content:encoded> </item> <item><title>By: jitendra</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-21455</link> <dc:creator>jitendra</dc:creator> <pubDate>Tue, 30 Nov 2010 09:37:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-21455</guid> <description>hello umut,
i am using the same script,but when i right click on the movie,it shows movie not loaded.
how to solve this issue.
thnx in advance.</description> <content:encoded><![CDATA[<p>hello umut,<br
/> i am using the same script,but when i right click on the movie,it shows movie not loaded.<br
/> how to solve this issue.<br
/> thnx in advance.</p> ]]></content:encoded> </item> <item><title>By: nikesh</title><link>http://davidwalsh.name/clipboard/comment-page-1#comment-20861</link> <dc:creator>nikesh</dc:creator> <pubDate>Fri, 01 Oct 2010 10:58:17 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4001#comment-20861</guid> <description>well , i was wondering how to get this working in regards to wordpress content , as i want to apply it in the loop and add a copy to clipboard button for copying the contentplease can you help me out</description> <content:encoded><![CDATA[<p>well , i was wondering how to get this working in regards to wordpress content , as i want to apply it in the loop and add a copy to clipboard button for copying the content</p><p>please can you help me out</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/18 queries in 0.015 seconds using disk: basic
Object Caching 865/868 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-08 15:14:49 -->
