<?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 for Sanchan World Blog</title>
	<atom:link href="http://www.sanchanworld.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanchanworld.com/blog</link>
	<description>Useful resource on web applications like, php, asp, css, mysql and etc.</description>
	<pubDate>Thu, 20 Nov 2008 12:34:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on delete HTML table row dynamicaly using javascript by simon</title>
		<link>http://www.sanchanworld.com/blog/javascript/delete-html-table-row-dynamicaly-using-javascript/#comment-148</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Fri, 24 Oct 2008 23:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanchanworld.com/blog/?p=29#comment-148</guid>
		<description>Make it like this:
function delete_row(tr-id){
rowNr=document.getElementById(tr-id).rowIndex;
document.getElementById(tr-id).parentNode.deleteRow(rowNr);
}

Like this you can call the function with the id you gave the table row, for example </description>
		<content:encoded><![CDATA[<p>Make it like this:<br />
function delete_row(tr-id){<br />
rowNr=document.getElementById(tr-id).rowIndex;<br />
document.getElementById(tr-id).parentNode.deleteRow(rowNr);<br />
}</p>
<p>Like this you can call the function with the id you gave the table row, for example</p>
]]></content:encoded>
	</item>
</channel>
</rss>
