<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Inetminds &#187; Swaping using Javasrcipt</title>
	<atom:link href="http://www.inetminds.com/tag/swaping-using-javasrcipt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inetminds.com</link>
	<description>Inteminds, PHP scripts, php tutors, Java and ajax scripts explained</description>
	<lastBuildDate>Mon, 22 Mar 2010 18:25:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Simple Image Swaping or Slide Show using Java Script</title>
		<link>http://www.inetminds.com/simple-image-swaping-or-slide-show-using-java-script-138/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.inetminds.com/simple-image-swaping-or-slide-show-using-java-script-138/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 13:27:03 +0000</pubDate>
		<dc:creator>PHP_Starter</dc:creator>
				<category><![CDATA[Java Script]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Image Swap using Javascript]]></category>
		<category><![CDATA[setInterval() in javascript]]></category>
		<category><![CDATA[Slide Show using Java Script]]></category>
		<category><![CDATA[Swaping using Javasrcipt]]></category>

		<guid isPermaLink="false">http://www.inetminds.com/?p=138</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.inetminds.com/simple-image-swaping-or-slide-show-using-java-script-138/' addthis:title='Simple Image Swaping or Slide Show using Java Script'  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Its very simple to create a slide show using JavaScript. < html > < head > < meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> < title> < /title> < script type="text/javascript"> function f1(){ if(document.getElementById("d1").style.display=='block'){ document.getElementById("d1").style.display='none'; document.getElementById("d2").style.display='block'; document.getElementById("d3").style.display='none'; document.getElementById("d4").style.display='none'; document.getElementById("d5").style.display='none'; } else if(document.getElementById("d2").style.display=='block'){ document.getElementById("d1").style.display='none'; document.getElementById("d2").style.display='none'; document.getElementById("d3").style.display='block'; document.getElementById("d4").style.display='none'; document.getElementById("d5").style.display='none'; } else if(document.getElementById("d3").style.display=='block'){ document.getElementById("d1").style.display='none'; document.getElementById("d2").style.display='none'; document.getElementById("d3").style.display='none'; document.getElementById("d4").style.display='block'; document.getElementById("d5").style.display='none'; } else [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.inetminds.com/simple-image-swaping-or-slide-show-using-java-script-138/' addthis:title='Simple Image Swaping or Slide Show using Java Script' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://www.inetminds.com/simple-image-swaping-or-slide-show-using-java-script-138/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

