At 08:01 AM 07/30/03 -0400, Brad Roberts wrote:
>Yeah... you shouldn't have seen it the first time... I'll have to check into
>that.  You actually saw the complete Javascript source?

This is what I get:

//Presentational Slideshow Script- By Dynamic Drive //For full source code 
and more DHTML scripts, visit http://www.dynamicdrive.com //This credit 
MUST stay intact for legal use var slideshow_width='100px' //SET SLIDESHOW 
WIDTH (set to largest image's width if multiple dimensions exist) var 
slideshow_height='100px' //SET SLIDESHOW HEIGHT (set to largest image's 
height if multiple dimensions exist) var pause=3000 //SET PAUSE BETWEEN 
SLIDE (2000=2 seconds) var slidebgcolor="white" var dropimages=new Array() 
//SET IMAGE PATHS. Extend or contract array as needed 
dropimages[0]="image1.gif" dropimages[1]="image2.gif" 
dropimages[2]="image3.gif" var droplinks=new Array() //SET IMAGE URLs. Use 
"" if you wish particular image to NOT be linked: droplinks[0]="" 
droplinks[1]="" droplinks[2]="" ////NO need to edit beyond 
here///////////// var preloadedimages=new Array() for (p=0;p') else 
document.write('') var curpos=parseInt(slideshow_width)*(-1) var degree=10 
var curcanvas="canvas0" var curimageindex=linkindex=0 var nextimageindex=1 
function movepic(){ if (curpos<0){ curpos=Math.min(curpos+degree,0) 
tempobj.style.left=curpos+"px" } else{ clearInterval(dropslide) 
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1" tempobj=ie4? 
eval("document.all."+nextcanvas) : document.getElementById(nextcanvas) var 
slideimage='' tempobj.innerHTML=(droplinks[curimageindex]!="")? 
''+slideimage+'' : slideimage nextimageindex=(nextimageindex' rotateimage() 
} if (ie4||dom) window.onload=startit else setInterval("rotateimage()",pause)

Little hard to read, but appears to be complete.  Very cool idea, though.

T


Tired of your bookmarks/favourites being limited to one computer?  Move 
them to the Net!
www.stuffbythane.com/webfavourites makes it easy to keep all your 
favourites in one place and
access them from any computer that's attached to the Internet. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to