Friday, September 7, 2012

[web-design] Trouble with script?

 

I'm having trouble out of this script, I wanted it to change the picture every 5 seconds for a test. But all I get is just one picture. Can someone Please help me? Thank You.
Windows Home Premium, Pentium Duel Core Processor, 3gb Memory.

<BODY>
<p align="center"><img src="C:\Users\odds10to1\Documents\www.odds10to1.com\odds.gif"></img></p>
<SCRIPT LANGUAGE="JavaScript">
<!--
var lnks = new Array("www.odds10to1.com","www.odds10to1.com","www.odds10to1.com","www.odds10to1.com","www.odds10to1.com","www.odds10to1.com","www.odds10to1.com")
var img = new Array("C:\Users\odds10to1\Documents\www.odds10to1.com\images\1a.jpg","C:\Users\odds10to1\Documents\www.odds10to1.com\images\2a.jpg","C:\Users\odds10to1\Documents\www.odds10to1.com\images\3a.jpg","C:\Users\odds10to1\Documents\www.odds10to1.com\images\4a.jpg","C:\Users\odds10to1\Documents\www.odds10to1.com\images\5a.jpg","C:\Users\odds10to1\Documents\www.odds10to1.com\images\6a.jpg","C:\Users\odds10to1\Documents\www.odds10to1.com\images\7a.jpg")
var alt = new Array("I Have Loved You saith the Lord","Let us therefore come boldly unto the thrown of Grace","All the ways of a man are clean in his own eyes","When a man's ways please the Lord","The Lord is nigh unto all them that call upon Him","I believe there is only one God","The heavens declaire His righteousness")
var currentAd = 0
var imgCt = 6

function cycle() {
currentAd++
if (currentAd == imgCt) {
currentAd=0
}

document.adBanner.src=imgs[currentAd]
document.adBanner.alt=altimg[currentAd]
adLink.href=lnks[currentAd]
setTimeout("cycle()",1 * 1000)
}
//-->
</SCRIPT>

<a href="www.odds10to1.com" name="adLink"><img src="C:\Users\odds10to1\Documents\www.odds10to1.com\images\1a.jpg" name="adBanner" border="0" width="300" height="300"></a>
<SCRIPT LANGUAGE="JavaScript">
<!--
cycle()
//-->
</SCRIPT>
</BODY>

__._,_.___
Recent Activity:
---------------------------------------------------------------
web-design@yahoogroups.com is sponsored, owned, and founded by Technogypsie Designs (formerly Wandering Leaf Designs)
~etching your presence on the web  
leafworks@yahoo.com  

To unsubscribe or change your settings:
Please go to http://www.yahoogroups.com
- login, - choose group to modify, - change to unsubscribe,
web only, digest, or single post mode
By email: send a email from your email address receiving this
post to web-design-unsubscribe@yahoogroups.com
.

__,_._,___

0 comments:

Post a Comment