Request for automatic URL reloader

admin

Administrator
Staff member
Hi everyone,

I'd like to create a 2-frame HTML page that automatically reloads a URL every X seconds (if the previous reload is complete).

- The lower frame would be the loaded URL
- The upper frame would be a "toolbar" form featuring the following elements:
a) The URL being reloaded (text input)
b) The reload time interval in secs (numerical input)
c) Time left until the next reload attempt (display only)
d) Reload hit counter (display only)
e) A manual "Refresh" button for the URL.

What is the JS code for this?

Thanks in advance!
 
Back
Top