<?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>NewSourceMedia Blog &#187; to</title>
	<atom:link href="http://newsourcemedia.com/blog/tag/to/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Fri, 30 Dec 2011 04:30:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Javascript Go Back to Previous Page Button Link</title>
		<link>http://newsourcemedia.com/blog/javascript-go-back-to-previous-page-button-link/</link>
		<comments>http://newsourcemedia.com/blog/javascript-go-back-to-previous-page-button-link/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Navagation]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[previous]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2006/12/28/javascript-go-back-to-previous-page-button-link/</guid>
		<description><![CDATA[Go Back javascript history button links to allow visitors to go back to previous page. Here the free javascript code. Want to add a back button navigation to your web page links. Here is how to do this using javascript &#8230; <a href="http://newsourcemedia.com/blog/javascript-go-back-to-previous-page-button-link/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[Go Back javascript history button links to allow visitors to go back to previous page. Here the free javascript code.
<span id="more-176"></span>
Want to add a back button navigation to your web page links. Here is how to   do this using javascript and html links.

The code we'll use look a bit like this: "javascript:history.go(-1)" .

With that code we are telling the browser to go back -1 page. You can change   the -1 number to any page history like -2 or -5. So if you choose go back -3,   you will send the visitor three pages back in their browser history.

Here's the source code:

<pre lang="html"><a href="javascript:history.go(-1)">Go Back One Page </a></pre>

Click here to try the code: <a href="javascript:history.go(-1)">Go back one page</a>]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/javascript-go-back-to-previous-page-button-link/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Advanced Email Link</title>
		<link>http://newsourcemedia.com/blog/advanced-email-link/</link>
		<comments>http://newsourcemedia.com/blog/advanced-email-link/#comments</comments>
		<pubDate>Wed, 24 Dec 2003 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[advance]]></category>
		<category><![CDATA[blind carbon copy]]></category>
		<category><![CDATA[carbon copy]]></category>
		<category><![CDATA[cc]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[email link]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[links.]]></category>
		<category><![CDATA[more features]]></category>
		<category><![CDATA[subject]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2003/12/23/advanced-email-link/</guid>
		<description><![CDATA[This extension will help you create an email link with Subject, Carbon Copy, Blind Carbon Copy and Body text in an email link. This extension will help you create an email link with Subject, Carbon Copy, Blind Carbon Copy and &#8230; <a href="http://newsourcemedia.com/blog/advanced-email-link/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[This extension will help you create an email link with Subject, Carbon Copy, Blind Carbon Copy and Body text in an email link.
<span id="more-220"></span>

This extension will help you create an email link with Subject, Carbon Copy, Blind Carbon Copy and Body text in an email link.

View the download page here:
<a href="http://www.dreamweaver-extensions.com/email.htm" target="_blank">http://www.dreamweaver-extensions.com/email.htm</a>

Here is an example of the code:
<pre id="line238">&lt;<span class="start-tag">A</span><span class="attribute-name"> HREF</span>=<span class="attribute-value">"mailto:name@domainname.com?Subject=This is a test&amp;CC=support@macromedia.com&amp;BCC=myself@mydomain.com&amp;body=Hi fried, I was just testing this"&gt;
Click Here&lt;/a&gt;

and I never intended to 'send' it"</span>&gt;Click here to check this out&lt;/<span class="end-tag">A</span>&gt;</pre>]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/advanced-email-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
