<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：关于Ajax在浏览器中产生前进后退的实现方法</title>
	<atom:link href="http://js8.in/311.html/feed" rel="self" type="application/rss+xml" />
	<link>http://js8.in/311.html</link>
	<description>专注前端开发,分享Javascript/CSS/PHP等Web前端开发技巧</description>
	<lastBuildDate>Thu, 17 May 2012 14:07:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：天满流云</title>
		<link>http://js8.in/311.html/comment-page-1#comment-3222</link>
		<dc:creator>天满流云</dc:creator>
		<pubDate>Fri, 13 Jan 2012 08:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?p=311#comment-3222</guid>
		<description>为什么在safari里面要特别处理？能详细说明下么</description>
		<content:encoded><![CDATA[<p>为什么在safari里面要特别处理？能详细说明下么</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：路人甲</title>
		<link>http://js8.in/311.html/comment-page-1#comment-685</link>
		<dc:creator>路人甲</dc:creator>
		<pubDate>Tue, 03 Aug 2010 09:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?p=311#comment-685</guid>
		<description>我用ff可以，ie8好像不行。</description>
		<content:encoded><![CDATA[<p>我用ff可以，ie8好像不行。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：使用hash来实现Ajax前进后退 - 断桥残雪部落格</title>
		<link>http://js8.in/311.html/comment-page-1#comment-229</link>
		<dc:creator>使用hash来实现Ajax前进后退 - 断桥残雪部落格</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?p=311#comment-229</guid>
		<description>[...] 在去年断桥残雪已经写了一篇使用iframe来解决Ajax前进后退的方法，也提到了通过改变hash的方法来解决这个问题，这也是比较方便的方法，而使用iframe实现Ajax前进后退可以在不改变浏览器地址栏地址的前提下通过iframe地址的变化来“欺骗”浏览器产生前进后退，hash的方法则是直接改变浏览器地址栏地址，从而使浏览器产生前进后退。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 在去年断桥残雪已经写了一篇使用<a title="iframe" href="http://js8.in/tag/iframe">iframe</a>来解决<a title="Ajax" href="http://js8.in/category/front-end/ajax-front-end-2">Ajax</a>前进后退的方法，也提到了通过改变hash的方法来解决这个问题，这也是比较方便的方法，而使用iframe实现<a title="Ajax" href="http://js8.in/tag/ajax">Ajax</a>前进后退可以在不改变浏览器地址栏地址的前提下通过iframe地址的变化来“欺骗”浏览器产生前进后退，hash的方法则是直接改变浏览器地址栏地址，从而使浏览器产生前进后退。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：使用JavaScript在IE和Firefox下进行iframe的DOM操作 - 断桥残雪部落格</title>
		<link>http://js8.in/311.html/comment-page-1#comment-228</link>
		<dc:creator>使用JavaScript在IE和Firefox下进行iframe的DOM操作 - 断桥残雪部落格</dc:creator>
		<pubDate>Tue, 26 Jan 2010 05:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?p=311#comment-228</guid>
		<description>[...] 昨天一个新来的同事问我旁边的同事关于iframe中进行DOM操作的问题，他转身问了我，我说只要是不存在跨域的问题，是可以进行iframe 之间的DOM操作的。我就拿出以前写的两篇文章要他给新同事进行参考——《用document.domain+iframe实现Ajax跨子域》、《于Ajax在浏览器中产生前进后退的实现方法》。其中关于使用iframe进行跨域的demo，由于更换了新域名js8.in，导致了demo不能使用了，昨天紧急修改了一下，总算是可以使用啦~窃喜~ [...]</description>
		<content:encoded><![CDATA[<p>[...] 昨天一个新来的同事问我旁边的同事关于<a title="iframe" href="http://js8.in/tag/iframe">iframe</a>中进行DOM操作的问题，他转身问了我，我说只要是不存在跨域的问题，是可以进行iframe 之间的DOM操作的。我就拿出以前写的两篇文章要他给新同事进行参考——《用document.domain+iframe实现<a title="Ajax" href="http://js8.in/category/front-end/ajax-front-end-2">Ajax</a>跨子域》、《于<a title="Ajax" href="http://js8.in/tag/ajax">Ajax</a>在浏览器中产生前进后退的实现方法》。其中关于使用iframe进行跨域的demo，由于更换了新域名js8.in，导致了demo不能使用了，昨天紧急修改了一下，总算是可以使用啦~窃喜~ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：admin</title>
		<link>http://js8.in/311.html/comment-page-1#comment-38</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 02 Nov 2009 01:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?p=311#comment-38</guid>
		<description>blog最近老是挂！免费空间没办法啊</description>
		<content:encoded><![CDATA[<p>blog最近老是挂！免费空间没办法啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：zhilun</title>
		<link>http://js8.in/311.html/comment-page-1#comment-39</link>
		<dc:creator>zhilun</dc:creator>
		<pubDate>Sat, 31 Oct 2009 03:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.js8.in/?p=311#comment-39</guid>
		<description>嗯。很好。
我觉得网上传的方法有两种的说法是不确切的。其实都是需要iframe来触发浏览器的历史，只不过一种用hash明传值，一种不用hash明传值而已。最近看明白了jquery.history那个插件，它创立了一个iframe后，使用这个iframe的document.open和close来触发产生历史。效果跟访问一个转义的history页一样。只不过少了一个页面，更干净。但是实现起来就复杂一点了。
我这是非专业选手，也是迷迷糊糊
BTW：我这不访问你blog很慢的样子</description>
		<content:encoded><![CDATA[<p>嗯。很好。<br />
我觉得网上传的方法有两种的说法是不确切的。其实都是需要<a title="iframe" href="http://js8.in/tag/iframe">iframe</a>来触发浏览器的历史，只不过一种用hash明传值，一种不用hash明传值而已。最近看明白了<a title="jquery" href="http://js8.in/tag/jquery">jquery</a>.history那个插件，它创立了一个iframe后，使用这个iframe的document.open和close来触发产生历史。效果跟访问一个转义的history页一样。只不过少了一个页面，更干净。但是实现起来就复杂一点了。<br />
我这是非专业选手，也是迷迷糊糊<br />
BTW：我这不访问你blog很慢的样子</p>
]]></content:encoded>
	</item>
</channel>
</rss>

