x_c_x
Coder
I haven't begun writing any code for this. I'd like to ask for insight on the best way to do this. I want to create an auto background image change on a webpage. I'd like to do this with the most basic approach first. Then, I can learn from that and perhaps implement other JS. I think I understand using/needing setTimeout/setTimeInterval (for changing the image per set time intervals). If this is incorrect, please guide me. Also, I think the best way to invoke the images (multiple) is using an array? I want to do it using different events like onload (page opening/refreshing) then, maybe using a button to kick off the script. Any help is much appreciated! Thanks! =).