<?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>Comments on: 浏览器后退操作时，表单状态的还原</title>
	<atom:link href="http://lifesinger.org/blog/2009/06/reset-form-on-back/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/</link>
	<description>关注用户体验、前端开发，记录生活点滴、岁月足迹。</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:50:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: FlyChina</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-4280</link>
		<dc:creator>FlyChina</dc:creator>
		<pubDate>Mon, 01 Feb 2010 02:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-4280</guid>
		<description>还是.net的viewstate靠谱。</description>
		<content:encoded><![CDATA[<p>还是.net的viewstate靠谱。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-2027</link>
		<dc:creator>Cloud</dc:creator>
		<pubDate>Mon, 10 Aug 2009 07:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-2027</guid>
		<description>IE下，在window.onload中使用form的reset()方法就可以了，setTimeout有些山寨；
FF下，使用autocomplete=off会关掉浏览器自己的history的suggestioin，建议用window.onunload = function () {}</description>
		<content:encoded><![CDATA[<p>IE下，在window.onload中使用form的reset()方法就可以了，setTimeout有些山寨；<br />
FF下，使用autocomplete=off会关掉浏览器自己的history的suggestioin，建议用window.onunload = function () {}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mp4手机电影</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-1883</link>
		<dc:creator>mp4手机电影</dc:creator>
		<pubDate>Sun, 02 Aug 2009 16:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-1883</guid>
		<description>不错</description>
		<content:encoded><![CDATA[<p>不错</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天堂左我往右</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-1375</link>
		<dc:creator>天堂左我往右</dc:creator>
		<pubDate>Sun, 05 Jul 2009 09:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-1375</guid>
		<description>‘v’ == ‘\v’ 是干吗得

是最短的判断IE的代码</description>
		<content:encoded><![CDATA[<p>‘v’ == ‘\v’ 是干吗得</p>
<p>是最短的判断IE的代码</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-1146</link>
		<dc:creator>will</dc:creator>
		<pubDate>Sat, 20 Jun 2009 18:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-1146</guid>
		<description>我自己在使用在使用的话不希望后悔就把我填写的数据删除了，反而希望能保留！不过从大多数用户来看他们不会进行后退操作，如果是分几步的填写的表单，那么他们填写到下一步，然后发现之前上一页填写的有误他们可能通过浏览器自己的后退来返回到上一个页修改以前的数据，在修改好后再到下一步，这时他们可能更希望之前填写的数据被保留下来！ 个人观点！大家一起讨论学习！</description>
		<content:encoded><![CDATA[<p>我自己在使用在使用的话不希望后悔就把我填写的数据删除了，反而希望能保留！不过从大多数用户来看他们不会进行后退操作，如果是分几步的填写的表单，那么他们填写到下一步，然后发现之前上一页填写的有误他们可能通过浏览器自己的后退来返回到上一个页修改以前的数据，在修改好后再到下一步，这时他们可能更希望之前填写的数据被保留下来！ 个人观点！大家一起讨论学习！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-1145</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Sun, 07 Jun 2009 06:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-1145</guid>
		<description>&#039;v&#039; == &#039;\v&#039; 是干吗得</description>
		<content:encoded><![CDATA[<p>&#8216;v&#8217; == &#8216;\v&#8217; 是干吗得</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-1144</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Sun, 07 Jun 2009 06:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-1144</guid>
		<description>学习了</description>
		<content:encoded><![CDATA[<p>学习了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 爱月</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-1143</link>
		<dc:creator>爱月</dc:creator>
		<pubDate>Sun, 07 Jun 2009 02:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-1143</guid>
		<description>哈哈～忘掉opera～</description>
		<content:encoded><![CDATA[<p>哈哈～忘掉opera～</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lifesinger</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-1139</link>
		<dc:creator>lifesinger</dc:creator>
		<pubDate>Sat, 06 Jun 2009 12:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-1139</guid>
		<description>&lt;p&gt;@1楼和@3楼：说得很有道理，不过我没说过任何情况下，后退操作都要还原哦，呵呵&lt;/p&gt;

&lt;p&gt;本文是纯技术探讨，在某些不常见的情景下，为了避免程序bug，需要在后退操作中，重置表单的某些项，这时的技术实现是本文的目的。&lt;/p&gt;

&lt;p&gt;绝大部分场景下，根本用不着。&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@1楼和@3楼：说得很有道理，不过我没说过任何情况下，后退操作都要还原哦，呵呵</p>
<p>本文是纯技术探讨，在某些不常见的情景下，为了避免程序bug，需要在后退操作中，重置表单的某些项，这时的技术实现是本文的目的。</p>
<p>绝大部分场景下，根本用不着。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noname</title>
		<link>http://lifesinger.org/blog/2009/06/reset-form-on-back/comment-page-1/#comment-1142</link>
		<dc:creator>noname</dc:creator>
		<pubDate>Sat, 06 Jun 2009 12:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=1829#comment-1142</guid>
		<description>浏览器应当保留表单内容，是否重置应由操作者来执行，多加一个按钮足矣
强制清空未必是一种良好的浏览体验
例如在本页我写了很长的回复，却忘记填用户名就提交，此时转到出错页，后退时难道我还要重新再写一遍？
一个写了很多文字的人在一个并不是非常重要的页面上提交失败的结果往往是离开这个页面，而不是重新再写一遍</description>
		<content:encoded><![CDATA[<p>浏览器应当保留表单内容，是否重置应由操作者来执行，多加一个按钮足矣<br />
强制清空未必是一种良好的浏览体验<br />
例如在本页我写了很长的回复，却忘记填用户名就提交，此时转到出错页，后退时难道我还要重新再写一遍？<br />
一个写了很多文字的人在一个并不是非常重要的页面上提交失败的结果往往是离开这个页面，而不是重新再写一遍</p>
]]></content:encoded>
	</item>
</channel>
</rss>
