<?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"
	>
<channel>
	<title>Comments on: Prefetching 的問題</title>
	<atom:link href="http://blog.gslin.org/archives/2006/06/19/661/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gslin.org/archives/2006/06/19/661/</link>
	<description>幹壞事是進步最大的原動力</description>
	<pubDate>Thu, 04 Dec 2008 20:51:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: gugod</title>
		<link>http://blog.gslin.org/archives/2006/06/19/661/#comment-15859</link>
		<dc:creator>gugod</dc:creator>
		<pubDate>Fri, 23 Jun 2006 00:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gslin.org/archives/2006/06/19/661/#comment-15859</guid>
		<description>Rails 裡面的解法，是使用一個叫做 button_to 的 function，來取代
link_to 這個 function。用 link_to 的話，會產生像這樣的 URL:


&#60;a href="/data/delete/123"&#62;Delete&#60;/a&#62;


用 button_to 的話，則是


&#60;form action="/data/delete/3" method="post"&#62;
  &#60;div&#62;&#60;input type="submit"/&#62;&#60;/div&#62;
&#60;/form&#62;


我想這樣可以有效防止 prefetch 而衍生出的問題。

不過看了就知道，要在非 Rails 系統上這麼做的話，Server 端也要能夠正確處理才是。</description>
		<content:encoded><![CDATA[<p>Rails 裡面的解法，是使用一個叫做 button_to 的 function，來取代<br />
link_to 這個 function。用 link_to 的話，會產生像這樣的 URL:</p>
<p>&lt;a href=&#8221;/data/delete/123&#8243;&gt;Delete&lt;/a&gt;</p>
<p>用 button_to 的話，則是</p>
<p>&lt;form action=&#8221;/data/delete/3&#8243; method=&#8221;post&#8221;&gt;<br />
  &lt;div&gt;&lt;input type=&#8221;submit&#8221;/&gt;&lt;/div&gt;<br />
&lt;/form&gt;</p>
<p>我想這樣可以有效防止 prefetch 而衍生出的問題。</p>
<p>不過看了就知道，要在非 Rails 系統上這麼做的話，Server 端也要能夠正確處理才是。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gugod</title>
		<link>http://blog.gslin.org/archives/2006/06/19/661/#comment-15858</link>
		<dc:creator>gugod</dc:creator>
		<pubDate>Fri, 23 Jun 2006 00:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gslin.org/archives/2006/06/19/661/#comment-15858</guid>
		<description>Rails 裡面的解法，是使用一個叫做 button_to 的 function，來取代 link_to 這個 function。
用 link_to 的話，會產生像這樣的 URL:


&lt;a href="/data/delete/123"&gt;Delete&lt;/a&gt;

用 button_to 的話，則是


  


我想這樣可以有效防止 prefetch 而衍生出的問題。

不過看了就知道，要在非 Rails 系統上這麼做的話，Server 端也要能夠正確處理才是。</description>
		<content:encoded><![CDATA[<p>Rails 裡面的解法，是使用一個叫做 button_to 的 function，來取代 link_to 這個 function。<br />
用 link_to 的話，會產生像這樣的 URL:</p>
<p><a href="/data/delete/123">Delete</a></p>
<p>用 button_to 的話，則是</p>
<p>我想這樣可以有效防止 prefetch 而衍生出的問題。</p>
<p>不過看了就知道，要在非 Rails 系統上這麼做的話，Server 端也要能夠正確處理才是。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slzzp</title>
		<link>http://blog.gslin.org/archives/2006/06/19/661/#comment-15675</link>
		<dc:creator>slzzp</dc:creator>
		<pubDate>Tue, 20 Jun 2006 09:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gslin.org/archives/2006/06/19/661/#comment-15675</guid>
		<description>:~~~~~~~~~~

我在寫公司的網頁都是 a href='blah.php?delete=id' onclick='return confirm(....);' 這樣子... (默)</description>
		<content:encoded><![CDATA[<p>:~~~~~~~~~~</p>
<p>我在寫公司的網頁都是 a href=&#8217;blah.php?delete=id&#8217; onclick=&#8217;return confirm(&#8230;.);&#8217; 這樣子&#8230; (默)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: -TMA-1- &#187; Blog Archive &#187; links for 2006-06-20</title>
		<link>http://blog.gslin.org/archives/2006/06/19/661/#comment-15633</link>
		<dc:creator>-TMA-1- &#187; Blog Archive &#187; links for 2006-06-20</dc:creator>
		<pubDate>Tue, 20 Jun 2006 00:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gslin.org/archives/2006/06/19/661/#comment-15633</guid>
		<description>[...] Prefetching 的問題 at Gea-Suan Lin’s BLOG (tags: Tech WebAccelerator Prefetching Network) [...]</description>
		<content:encoded><![CDATA[<p>[...] Prefetching 的問題 at Gea-Suan Lin’s BLOG (tags: Tech WebAccelerator Prefetching Network) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
