Hi guys/Girls,
I am trying to load a list of pages into and Iframe one after the other, without any user interaction.
What I want to happen is: page1 loads into the Iframe then after X seconds page2 will load into the Iframe, then page3 and finally back to page1.
So far I have been working with:
within an IF but I cant seem to get it to work!
I will admint I am new to Javascript, so if anyone has a suggestion please feel free to enlighten me
/Nice
I am trying to load a list of pages into and Iframe one after the other, without any user interaction.
What I want to happen is: page1 loads into the Iframe then after X seconds page2 will load into the Iframe, then page3 and finally back to page1.
So far I have been working with:
Code:
setTimeout(document.getElementById['frame'].src = "Page2",5000)
I will admint I am new to Javascript, so if anyone has a suggestion please feel free to enlighten me
/Nice