<?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: How to Disable hyperlink clicks</title>
	<atom:link href="http://CodeCorner.galanter.net/2010/07/08/how-todisable-hyperlink-clicks/feed/" rel="self" type="application/rss+xml" />
	<link>http://CodeCorner.galanter.net/2010/07/08/how-todisable-hyperlink-clicks/</link>
	<description>ASP.NET, XML, SQL and Javascript tips and tricks</description>
	<lastBuildDate>Fri, 17 Feb 2012 09:16:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: yomgal</title>
		<link>http://CodeCorner.galanter.net/2010/07/08/how-todisable-hyperlink-clicks/comment-page-1/#comment-1271</link>
		<dc:creator>yomgal</dc:creator>
		<pubDate>Thu, 16 Sep 2010 13:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=966#comment-1271</guid>
		<description>&lt;a href=&quot;#comment-1270&quot; rel=&quot;nofollow&quot;&gt;@vikhram vaasudevan &lt;/a&gt; Well &quot;Read Only&quot; usually means you cannot modify the content, but clicking a link is allowed (and even if you disable link clicking, what prevents user from copying the link and manually pasting it into browser address bar?). That said the approach to disable link click is identical to described in the post: Just wrap the control that hold the comments into a DIV and in DIV&#039;s &lt;i&gt;onclick&lt;/i&gt; event check the source of the click event. If it&#039;s an anchor &quot;A&quot; - return &lt;i&gt;false&lt;/i&gt; to disable click.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1270" rel="nofollow">@vikhram vaasudevan </a> Well &#8220;Read Only&#8221; usually means you cannot modify the content, but clicking a link is allowed (and even if you disable link clicking, what prevents user from copying the link and manually pasting it into browser address bar?). That said the approach to disable link click is identical to described in the post: Just wrap the control that hold the comments into a DIV and in DIV&#8217;s <i>onclick</i> event check the source of the click event. If it&#8217;s an anchor &#8220;A&#8221; &#8211; return <i>false</i> to disable click.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikhram vaasudevan</title>
		<link>http://CodeCorner.galanter.net/2010/07/08/how-todisable-hyperlink-clicks/comment-page-1/#comment-1270</link>
		<dc:creator>vikhram vaasudevan</dc:creator>
		<pubDate>Thu, 16 Sep 2010 12:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://CodeCorner.galanter.net/?p=966#comment-1270</guid>
		<description>hi my problem is that i have adot net paghe in that i have a comment box and the comment box is read only and i cannot edit or change anything but if i attach a link for example (www.google.com) is given and saved by my higher authority and i can just view his comments here its already read only is kept and i can click that link and go to that url , My point is though its set as READ ONLY it should not allow me to click the link ,
to dissable this what should be done which should be changed 
please reply me as soon as poosible 

thank you 
vikhram vaasudevan</description>
		<content:encoded><![CDATA[<p>hi my problem is that i have adot net paghe in that i have a comment box and the comment box is read only and i cannot edit or change anything but if i attach a link for example (www.google.com) is given and saved by my higher authority and i can just view his comments here its already read only is kept and i can click that link and go to that url , My point is though its set as READ ONLY it should not allow me to click the link ,<br />
to dissable this what should be done which should be changed<br />
please reply me as soon as poosible </p>
<p>thank you<br />
vikhram vaasudevan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

