shadowhawk
Mar 15th, 2007, 07:44 PM
I have been working on this assignment for a couple weeks and cannot figure out where I have gone wrong. I am attaching a zip file with all the relevant files and the various coding I have attempted. Any assitance in this matter would be appreciated. I am not looking for someone to do this FOR me, but I am looking for someone to help guide me in the right direction.
My situation is this:
I need to create a javascript page with the following provisos:
1. The upper 1/3 must be a Cycling banner
2. The middle 1/3 must be a Random images banner
3. The final 1/3 must be a slideshow.
My results:
I can get the first 1/3 to show the "lions.gif" file but not cycle.
I can get the middle 1/3 to show the "lions.gif" but not randomly cycle
I can get the final 1/3 to show the "lions.gif" and it responds to javascript:doNext() and javascript:doBack(), but they appear randomly.
Individually the code parts work...but when placed together they do not. I have included the individual portions as well...titled js-eight.html, js-nine.html and js-ten.html respective to cycling, random, slideshow.
I am using both IE 7 and Firefox latest version with the same results.
My situation is this:
I need to create a javascript page with the following provisos:
1. The upper 1/3 must be a Cycling banner
2. The middle 1/3 must be a Random images banner
3. The final 1/3 must be a slideshow.
My results:
I can get the first 1/3 to show the "lions.gif" file but not cycle.
I can get the middle 1/3 to show the "lions.gif" but not randomly cycle
I can get the final 1/3 to show the "lions.gif" and it responds to javascript:doNext() and javascript:doBack(), but they appear randomly.
Individually the code parts work...but when placed together they do not. I have included the individual portions as well...titled js-eight.html, js-nine.html and js-ten.html respective to cycling, random, slideshow.
I am using both IE 7 and Firefox latest version with the same results.