<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Yongho Kim's Redirect to previous method</title>
	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/yongho-kims-redirect-to-previous-method</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-login-redirect/yongho-kims-redirect-to-previous-method/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Yongho Kim on Yongho Kim's Redirect to previous method</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/yongho-kims-redirect-to-previous-method#p3015</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/yongho-kims-redirect-to-previous-method#p3015</guid>
        	        	<description><![CDATA[<p><strong>Andy P said: </strong></p>
<blockquote><p>Below is what was posted in the comments. Is there any way to upload this type of page from within WordPress without stripping out the JavaScript functionality. I need to do this but I do not have FTP or Cpanel access to the site I'm building.
</p>
</blockquote>
<p>In WordPress I believe you can paste pretty much any HTML or Javascript content in the content section while on the "HTML" tab (as opposed to the "Visual Editor" tab) and it should work.</p>
]]></description>
        	        	<pubDate>Wed, 28 Mar 2012 09:21:19 +0000</pubDate>
        </item>
        <item>
        	<title>globalreporter on Yongho Kim's Redirect to previous method</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/yongho-kims-redirect-to-previous-method#p3012</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/yongho-kims-redirect-to-previous-method#p3012</guid>
        	        	<description><![CDATA[<p>Hi, can someone explain step by step how to create the page to go back in the history of the browser? I can't find the way to redirect users to the previous page... Thank you very much.</p>
]]></description>
        	        	<pubDate>Mon, 26 Mar 2012 02:18:52 +0000</pubDate>
        </item>
        <item>
        	<title>Andy P on Yongho Kim's Redirect to previous method</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/yongho-kims-redirect-to-previous-method#p2996</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/yongho-kims-redirect-to-previous-method#p2996</guid>
        	        	<description><![CDATA[<p>Below is what was posted in the comments. Is there any way to upload this type of page from within WordPress without stripping out the JavaScript functionality. I need to do this but I do not have FTP or Cpanel access to the site I'm building.</p>
<p>Yongho Kim posted this in the plugin comments<br />
this is my trick for making people go back to where they came from after the login:</p>
<p><input type="button" class="sfcodeselect" name="sfselectit2842" value="Select Code" onclick="spjSelectCode('sfcode2842');" /></p>
<div class="sfcode" id="sfcode2842">1. Redirect to X page.<br />
2. On X page, load up a javascript forcing the user to go back 2 pages (1 for the login page, and 2 for the original page)</p>
<p>My implementation was setting up a wiki page with securehtml enabled: <a href="http://krcla.org/blog/w-en/index.php?title=Gobacktwo&#038;action=edit" rel="nofollow"><a href="http://krcla.org/blog/w-en/ind" rel="nofollow">http://krcla.org/blog/w-en/ind</a>.....ction=edit</a></p>
<p>Let’s see if the code pastes properly here:<br />
&#60;html&#62;&#60;script type=&#34;text/javascript&#34;&#62;<br />
function redirectIt() {<br />
window.location.replace(history.go(-2));<br />
}</p>
<p>window.onload = redirectIt;<br />
&#60;/script&#62;&#60;/html&#62;</p>
</div>
]]></description>
        	        	<pubDate>Mon, 12 Mar 2012 10:26:44 +0000</pubDate>
        </item>
</channel>
</rss>