<?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; back</title>
	<atom:link href="http://newsourcemedia.com/blog/tag/back/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Mon, 07 May 2012 01:26:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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>
	</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! -->
