I am designing a website for my company, and I am fixated on how to load one iframe and have the next queue for display. How can I write a script that will go through different iframes after time?
Thanks Lee
for (var i=0;i<self.frames.length;i++) { var buttons = self.frames[i].document.getElementsByTagName("button"); // Do stuff with buttons }
Hope this works.
Source: https://habr.com/ru/post/1340306/More articles:JSF listener ajax - ajaxReading the value of a variable register with a single asm command - cError in Bash script arithmetic syntax - bashActivity position in action stack - androidHow to automatically determine the path of a previous installation using Inno Setup - inno-setupC + Ctrl KeyBinding does not cause copying - .net-3.5RichTextBox and UserPaint - c #How can I make custom toString for an array? - arraysstrlen in assembly - assemblyWhat is this NSDateFormatter Style Friday, December 18 - objective-cAll Articles