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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -