<?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: Simple Javascript Delete Confirmation</title>
	<atom:link href="http://waxjelly.com/2007/08/09/simple-javascript-delete-confirmation/feed/" rel="self" type="application/rss+xml" />
	<link>http://waxjelly.com/2007/08/09/simple-javascript-delete-confirmation/</link>
	<description>The Internet is for Users</description>
	<pubDate>Thu, 20 Nov 2008 22:15:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: wesley</title>
		<link>http://waxjelly.com/2007/08/09/simple-javascript-delete-confirmation/#comment-968</link>
		<dc:creator>wesley</dc:creator>
		<pubDate>Thu, 09 Aug 2007 06:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/08/09/simple-javascript-delete-confirmation/#comment-968</guid>
		<description>Or:

pseudocode:
confirmDelete(this);

in confirmDelete:
if are you sure
  go to this.href + '?delete=1'  (or &#38;delete=1 if there already is ? in the url)

if users don't have js they will instead see a confirmation page (because there is no ?delete=1 in the orig url)</description>
		<content:encoded><![CDATA[<p>Or:</p>
<p>pseudocode:<br />
confirmDelete(this);</p>
<p>in confirmDelete:<br />
if are you sure<br />
  go to this.href + &#8216;?delete=1&#8242;  (or &amp;delete=1 if there already is ? in the url)</p>
<p>if users don&#8217;t have js they will instead see a confirmation page (because there is no ?delete=1 in the orig url)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
