<?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"
	>

<channel>
	<title>Henrie Media Inc &#187; Code Library</title>
	<atom:link href="http://www.henriemedia.com/view/technical-support/code-library/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://www.henriemedia.com</link>
	<description>Henrie Media Inc. specializes in providing innovative marketing solutions and services to our customers.</description>
	<pubDate>Mon, 03 Nov 2008 21:05:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Bookmark this page JavaScript</title>
		<link>http://www.henriemedia.com/website-strategies/seo-tools/link-analysis/bookmark-this-page-javascript/</link>
		<comments>http://www.henriemedia.com/website-strategies/seo-tools/link-analysis/bookmark-this-page-javascript/#comments</comments>
		<pubDate>Tue, 27 May 2008 12:00:35 +0000</pubDate>
		<dc:creator>Henrie Media Inc.</dc:creator>
		
		<category><![CDATA[Code Library]]></category>

		<category><![CDATA[Link Analysis]]></category>

		<category><![CDATA[Technical Support]]></category>

		<guid isPermaLink="false">http://www.henriemedia.com/?p=30</guid>
		<description><![CDATA[Here is a handy &#8220;Bookmark this page&#8221; JavaScript I wrote that will work in Internet Explorer, Firefox, Safari and most of the major web browser. The script will prompt the user to bookmark the page they are on. Here is what you need to use this script on your website.
Put the following code between the [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a handy &#8220;Bookmark this page&#8221; JavaScript I wrote that will work in Internet Explorer, Firefox, Safari and most of the major web browser. The script will prompt the user to bookmark the page they are on. Here is what you need to use this script on your website.</p>
<p>Put the following code between the &lt;head&gt;&lt;/head&gt; tags of your webpage -</p>
<p><em>&lt;script&gt;<br />
function bookmark(title,url){<br />
if(window.sidebar)<br />
window.sidebar.addPanel(title,url,&#8221;");<br />
else if(window.opera &amp;&amp; window.print){<br />
var elem = document.createElement(&#8217;a');<br />
elem.setAttribute(&#8217;href&#8217;,url);<br />
elem.setAttribute(&#8217;title&#8217;,title);<br />
elem.setAttribute(&#8217;rel&#8217;,&#8217;sidebar&#8217;);<br />
elem.click();<br />
}<br />
else if(window.external)<br />
window.external.AddFavorite(url,title);</em><em>}<br />
&lt;/script&gt;</em></p>
<p>Put the following script in your Bookmark this page link (this can be a text or image link) -</p>
<p><em>&lt;a href=&#8221;javascript:bookmark(&#8217;Henrie Media Inc.&#8217;,&#8217;</em><em>http://www.henriemedia/&#8217;);&#8221;&gt;Bookmark this page&lt;/a&gt;</em></p>
<p>Make sure you change the parameters (&#8217;title&#8217;, &#8216;url&#8217;) to the &#8216;url&#8217; you want to bookmark and the &#8216;title&#8217; you want the bookmark to say. In my example the &#8216;url&#8217; is &#8220;http://www.<a href='http://www.henriemedia.com'>Henriemedia.com</a>&#8221; and the &#8216;title&#8217; is &#8220;Henrie Media Inc.&#8221;</p>
<p>That&#8217;s it! Your are off and bookmarking. Please leave a comment if you find this post to be helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.henriemedia.com/website-strategies/seo-tools/link-analysis/bookmark-this-page-javascript/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
