Hi everybody,
New JavaScript user here. I'm designing a sight for which I wanted to integrate the nifty javascript slideshow DHTML I found at another site. But I got the bright Idea of running three slideshows at once on the same page - i.e. there would be three boxes (in different table cells on the page) that would feature images which alternately faded into one another ...
Well, I wrote the portion of the script that's supposed to go between the <HEAD> tags and I wrote the portion that's supposed to go between the <BODY> tags - everything worked great! From there I copied what I had written in the <BODY> tags for table cells 2 and 3 (changing the image src="x" to the appropriate images) and .... NOTHING works now.
What gives? This is the first time I've tried to incorporate JavaScript into a site ... Does it not work if you're running two scripts on the same page?
Any help will be much appreciated ...
New JavaScript user here. I'm designing a sight for which I wanted to integrate the nifty javascript slideshow DHTML I found at another site. But I got the bright Idea of running three slideshows at once on the same page - i.e. there would be three boxes (in different table cells on the page) that would feature images which alternately faded into one another ...
Well, I wrote the portion of the script that's supposed to go between the <HEAD> tags and I wrote the portion that's supposed to go between the <BODY> tags - everything worked great! From there I copied what I had written in the <BODY> tags for table cells 2 and 3 (changing the image src="x" to the appropriate images) and .... NOTHING works now.
What gives? This is the first time I've tried to incorporate JavaScript into a site ... Does it not work if you're running two scripts on the same page?
Any help will be much appreciated ...