Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening and executing multiple URL's

Status
Not open for further replies.

lakeside12

Programmer
Apr 20, 2009
43
0
0
CA
Hi there

Can you help me, I have 20 URL's that I need to open up or execute with a 20 second interval in between each URL being executed.

I am currently doing a copy and paste and it is very tedious.

Is there a way to do this in javascript that will be automatic.

There is no database available.

Each URL executes a certain function to set up a system.

Many thanks
 
If you just need to invoke the URL no matter what is shows:

- Build an HTML page with an iframe
- Build an array with the 20 URLs
- Use a for loop to set the source of the iframe

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top