javascript - how do i loop through different iframes? -


i designing site company , stuck on how load 1 iframe , have next 1 queuing displayed.how write script loops through different iframes after time?

thanks, lee

for (var i=0;i<self.frames.length;i++) {     var buttons = self.frames[i].document.getelementsbytagname("button");     // stuff buttons } 

hope work


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -