<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://www.netlobo.com/commentsrss.php?aid=15" rel="self" type="application/rss+xml" />
		<title>Comments on: Delete Confirmation using Javascript</title>
		<description>Learn to use javascript to make users confirm that they really want to delete something.</description>
		<link>http://www.netlobo.com/comments/javascript_delete_confirmation</link>
		<language>en-us</language>
		<copyright>Copyright 2010, Netlobo.com</copyright>
		<lastBuildDate>Thu, 18 Mar 2010 14:59:24 GMT</lastBuildDate>
		<generator>Netlobo In-house RSS v1.4</generator>
		<item>
			<title>yancylent</title>
			<description>This is exactly what i was looking for THANKS! Very elegant when applied, before i was using a delete confirm page, way too much overhead.</description>
			<link>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-501</link>
			<guid>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-501</guid>
			<pubDate>Tue, 29 Dec 2009 14:47:05 GMT</pubDate>
		</item>
		<item>
			<title>Heri</title>
			<description>Good Idea. very useful for me. Simple but helpful.&lt;br /&gt;
&lt;br /&gt;
Thanks guys.</description>
			<link>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-479</link>
			<guid>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-479</guid>
			<pubDate>Thu, 08 Oct 2009 12:47:42 GMT</pubDate>
		</item>
		<item>
			<title>Thura</title>
			<description>Thanks ..</description>
			<link>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-413</link>
			<guid>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-413</guid>
			<pubDate>Thu, 02 Apr 2009 22:25:54 GMT</pubDate>
		</item>
		<item>
			<title>lobo235</title>
			<description>I like the idea of making the function shorter and I will update the article to do it that way. The second method that you mentioned is not as portable and it is more typing each time you need to confirm a deletion. Great ideas though! Thanks for stopping by the site!</description>
			<link>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-169</link>
			<guid>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-169</guid>
			<pubDate>Mon, 21 Jan 2008 15:59:08 GMT</pubDate>
		</item>
		<item>
			<title>Shawson</title>
			<description>why not simply have &lt;br /&gt;
&lt;br /&gt;
function confirmDelete()&lt;br /&gt;
{&lt;br /&gt;
    return confirm(&amp;quot;Are you sure you wish to delete this entry?&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
or even &lt;br /&gt;
&amp;lt;a href=&amp;quot;?action=delete&amp;amp;id=3&amp;quot; onclick=&amp;quot;return confirm('Are you sure you wish to delete this entry?');&amp;quot;&amp;gt;&lt;br /&gt;
    Delete this entry&lt;br /&gt;
&amp;lt;/a&amp;gt;</description>
			<link>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-168</link>
			<guid>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-168</guid>
			<pubDate>Mon, 21 Jan 2008 14:44:38 GMT</pubDate>
		</item>
		<item>
			<title>Luke</title>
			<description>Great advice, just what I was looking for!&lt;br /&gt;
Tried and worked like a charm...&lt;br /&gt;
thank you very much!</description>
			<link>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-100</link>
			<guid>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-100</guid>
			<pubDate>Fri, 19 Oct 2007 09:02:50 GMT</pubDate>
		</item>
		<item>
			<title>lobo235</title>
			<description>You would have to do your delete confirmation on a separate page without using javascript. Some people consider this the best option anyway because a few users have JavaScript disabled so the JavaScript delete confirmation would not work for them anyway.&lt;br /&gt;
&lt;br /&gt;
Another idea would be to use DHTML so that when the delete link is clicked it is replaced with a Yes/No confirmation inline.</description>
			<link>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-78</link>
			<guid>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-78</guid>
			<pubDate>Wed, 12 Sep 2007 21:26:36 GMT</pubDate>
		</item>
		<item>
			<title>MathiVanan</title>
			<description>Hi, &lt;br /&gt;
&lt;br /&gt;
I have a Question. If we are given a constraint like, no alert boxes to be used in the application, what else could be the option other than having a check box like in the licence agreement options.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Mathi</description>
			<link>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-76</link>
			<guid>http://www.netlobo.com/comments/javascript_delete_confirmation#comment-76</guid>
			<pubDate>Wed, 12 Sep 2007 10:15:33 GMT</pubDate>
		</item>
	</channel>
</rss>

<!-- pageGen: 0.1322 secs -->
<!-- memcache hits: 0 memcache misses: 2 -->