I'm looking to display two images in a Web site, but I'd like to alternate them...as an example, displaying one image on even days, another on odd days, etc. If this isn't possible with html, how doable would it be with java?
Printable View
I'm looking to display two images in a Web site, but I'd like to alternate them...as an example, displaying one image on even days, another on odd days, etc. If this isn't possible with html, how doable would it be with java?
can anyone please assist?
Is this a Java question or a JavaScript question? Are you familiar with the difference between the two? They are often confused, but are vastly different languages, and my gut instinct tells me that you're in the wrong forum. Google can help you find javascript fora. Best of luck.
I'm honestly not sure. I'm just looking to implement this type of functionality into a site. Is javascript what I'm looking for?
I think so. But I don't know much Javascript myself as I program in Java. Regardless, much luck.
indeed, javascript is what you're looking for.
thanks. I'll get into a javascript forum then.