<?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: Showing A Larger Image On Thumbnail MouseOver with JavaScript / DOM</title>
	<atom:link href="http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/</link>
	<description>ASP.NET, PHP, XML, JavaScript, DOM, Web geekery</description>
	<lastBuildDate>Mon, 02 Jan 2012 21:22:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Doug Vanderweide</title>
		<link>http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-109</link>
		<dc:creator>Doug Vanderweide</dc:creator>
		<pubDate>Sun, 08 Aug 2010 17:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-109</guid>
		<description>@prosv: I addressed a similar question previously: &lt;a href=&quot;http://www.dougv.com/blog/2008/01/28/showing-a-larger-image-from-a-thumbnail-onclick-via-javascript-dom-revisited/&quot; rel=&quot;nofollow&quot;&gt;Showing A Larger Image From A Thumbnail OnClick Via JavaScript / DOM Revisited&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@prosv: I addressed a similar question previously: <a href="http://www.dougv.com/blog/2008/01/28/showing-a-larger-image-from-a-thumbnail-onclick-via-javascript-dom-revisited/" rel="nofollow">Showing A Larger Image From A Thumbnail OnClick Via JavaScript / DOM Revisited</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prosv</title>
		<link>http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-108</link>
		<dc:creator>prosv</dc:creator>
		<pubDate>Sun, 08 Aug 2010 17:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-108</guid>
		<description>It is very nice, But how to add image title/ description to be displayed alongwith the big image.</description>
		<content:encoded><![CDATA[<p>It is very nice, But how to add image title/ description to be displayed alongwith the big image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hansh</title>
		<link>http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-107</link>
		<dc:creator>hansh</dc:creator>
		<pubDate>Sat, 07 Aug 2010 13:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-107</guid>
		<description>A nice script!
I use this in my webpage.</description>
		<content:encoded><![CDATA[<p>A nice script!<br />
I use this in my webpage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-106</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sat, 03 Oct 2009 18:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-106</guid>
		<description>Thanks a lot Doug. Can&#039;t wait to implement this code!</description>
		<content:encoded><![CDATA[<p>Thanks a lot Doug. Can&#8217;t wait to implement this code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Vanderweide</title>
		<link>http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-105</link>
		<dc:creator>Doug Vanderweide</dc:creator>
		<pubDate>Sat, 20 Jun 2009 18:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-105</guid>
		<description>Clifford: Without seeing your code, I can&#039;t directly answer your question. Follow up with a link to a sample of the problem you are having and I can directly answer the question.

Generally speaking, if you are getting &quot;object expected&quot; errors, you aren&#039;t properly invoking the swapImage() function in the image&#039;s onmouseover or onmouseout event (or, possibly, both). Remember, the argument to swapImage() must be the index position of the image in the array of images you are using.

It is also possible you have forgotten to include the array or changed its scope to no longer be global.</description>
		<content:encoded><![CDATA[<p>Clifford: Without seeing your code, I can&#8217;t directly answer your question. Follow up with a link to a sample of the problem you are having and I can directly answer the question.</p>
<p>Generally speaking, if you are getting &#8220;object expected&#8221; errors, you aren&#8217;t properly invoking the swapImage() function in the image&#8217;s onmouseover or onmouseout event (or, possibly, both). Remember, the argument to swapImage() must be the index position of the image in the array of images you are using.</p>
<p>It is also possible you have forgotten to include the array or changed its scope to no longer be global.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clifford</title>
		<link>http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-104</link>
		<dc:creator>Clifford</dc:creator>
		<pubDate>Sat, 20 Jun 2009 17:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-104</guid>
		<description>I tried to use the information from this page to achieve the same goal but I keep getting an object expected error in IE 8 and it just won&#039;t roll in other browsers, what have I done wrong?</description>
		<content:encoded><![CDATA[<p>I tried to use the information from this page to achieve the same goal but I keep getting an object expected error in IE 8 and it just won&#8217;t roll in other browsers, what have I done wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dougv.com &#124; The Web home of Doug Vanderweide &#187; Blog Archive &#187; An Image-Based &#8216;Checkbox&#8217; Via JavaScript / DOM</title>
		<link>http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-103</link>
		<dc:creator>dougv.com &#124; The Web home of Doug Vanderweide &#187; Blog Archive &#187; An Image-Based &#8216;Checkbox&#8217; Via JavaScript / DOM</dc:creator>
		<pubDate>Tue, 14 Aug 2007 16:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-103</guid>
		<description>[...] written about using JavaScript / Document Object Model (DOM) manipulation to change images onclick, onmouseover or via virtually any other event on many occasions. But it&#039;s the idea of using an image as a [...]</description>
		<content:encoded><![CDATA[<p>[...] written about using JavaScript / Document Object Model (DOM) manipulation to change images onclick, onmouseover or via virtually any other event on many occasions. But it&#8217;s the idea of using an image as a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dougv.com &#124; The Web home of Doug Vanderweide &#187; Blog Archive &#187; Swapping An Image From A Non-Animated GIF To An Animated GIF Via JavaScript / DOM</title>
		<link>http://www.dougv.com/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-102</link>
		<dc:creator>dougv.com &#124; The Web home of Doug Vanderweide &#187; Blog Archive &#187; Swapping An Image From A Non-Animated GIF To An Animated GIF Via JavaScript / DOM</dc:creator>
		<pubDate>Wed, 08 Aug 2007 22:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-102</guid>
		<description>[...] is fundamentally a mash-up of previous topics I have posted on swapping images on mouseover. Basically, it&#039;s three [...]</description>
		<content:encoded><![CDATA[<p>[...] is fundamentally a mash-up of previous topics I have posted on swapping images on mouseover. Basically, it&#8217;s three [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

