It is currently Sat May 19, 2012 8:32 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: a simple free image slideshow gallery with javascript
Unread postPosted: Sat Oct 29, 2011 9:44 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 09, 2008 10:09 am
Posts: 499
Location: East Coast USA
found this easy little scrips that works great..

all you need to do is tweak it.. (I removed the text descriptions and made a few other mods to it)
but its a GREAT little script..
enjoy 8-)
http://www.htmlgoodies.com/beyond/javascript/article.php/3471341/So-You-Want-A-SlideShow-Huh.htm
Code:
<SCRIPT LANGUAGE="JavaScript">

var num=1
img1 = new Image ()
img1.src = "information.gif"
img2 = new Image ()
img2.src = "interference.gif"
img3 = new Image ()
img3.src = "message.gif"
img4 = new Image ()
img4.src = "nervous.gif"

text1 = "Text for Picture One"
text2 = "Text for Picture Two"
text3 = "Text for Picture Three"
text4 = "Text for Picture Four"

function slideshowUp()
{
num=num+1
if (num==5)
{num=1}
document.mypic.src=eval("img"+num+".src")
document.joe.burns.value=eval("text"+num)
}

function slideshowBack()
{
num=num-1
if (num==0)
{num=4}
document.mypic.src=eval("img"+num+".src")
document.joe.burns.value=eval("text"+num)
}

</SCRIPT>

<!-- The Image and Form Codes are Below -->

<CENTER>
<IMG SRC="information.gif" NAME="mypic" BORDER=0 HEIGHT="100" WIDTH="100">
<p>

<FORM NAME="joe">
<INPUT TYPE="text" WIDTH="100" NAME="burns" VALUE="Text For Picture One">
</FORM>

<A HREF="JavaScript:slideshowBack()"> Back</A>

<A HREF="JavaScript:slideshowUp()"> Next</A>




Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
Powered by phpBB Open Source Forum Bulletin Board Software © 2009 phpBB Group
Marketing Advertising SEO Forum   Web Design Forum   Webmaster Market   Website Management Forum  

AdminXL Search Engine Optimized phpbb