I want to open different pages in iframe with loop, following is the structure i want
for i loop 10 times
{
iframe open url: “abc.com/i”
wait for 1 minute
}
i want a code to do the above mentioned, can anyone help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add a empty iframe and change it’s src attribute using javascript.
HTML:
Javascript: