<?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>JavaScript on Mozilla or Netscape &#8211; Programming blog &#8211; website programming blog, blog on website programming .net, java , php and mor</title>
	<atom:link href="https://www.searchenginegenie.com/programming-blog/tag/javascript-on-mozilla-or-netscape/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.searchenginegenie.com/programming-blog</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 18:19:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Copy to Clipboard with Javascript on Mozilla or Netscape Browsers</title>
		<link>https://www.searchenginegenie.com/programming-blog/copy-to-clipboard-with-javascript-on-mozilla-or-netscape-browsers/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/copy-to-clipboard-with-javascript-on-mozilla-or-netscape-browsers/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Thu, 09 Oct 2008 10:12:00 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript on Mozilla or Netscape]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/copy-to-clipboard-with-javascript-on-mozilla-or-netscape-browsers/</guid>

					<description><![CDATA[Hope all may know that by using Javascript select() and execCommand(&#8220;Copy&#8221;) function we may able to select all the contents and copy those selected contents into our clipboard. However, this function will work only in Internet Explorer (all version) by default, but not in Mozilla or Netscape browsers. To enable these Javascript Copy to Clipboard [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hope all may know that by using Javascript select() and execCommand(&#8220;Copy&#8221;)<br />
function we may able to select all the contents and copy those selected contents into our clipboard.</p>
<p>However, this function will work only in Internet Explorer (all version) by default, but not in Mozilla or Netscape browsers. To enable these Javascript Copy to Clipboard function in the Mozilla and Netscape Browsers, please follow the steps to provided below</p>
<p>1) Type <strong>about:config </strong>in the browser address bar.<br />
2) Now, in the Filter window search for the following:<br />
<strong>signed.applets.codebase_principal_support</strong><br />
3) Set the Boolean value to <strong>true</strong> for Firefox or enter <strong>true or 1</strong> for Mozilla browsers.<br />
Keep in mind that Preference names are case-sensitive.</p>
<p>Once you have made this simple settings on your Mozilla or netscape browsers you may use the copy to clipboard function on your browsers.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/copy-to-clipboard-with-javascript-on-mozilla-or-netscape-browsers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.searchenginegenie.com @ 2024-08-06 01:45:17 by W3 Total Cache
-->