I’ve tried googling this and I cant seem to find a solution/script.
I want users to be able to be able to choose how often a page reloads.
For example…
The website is split into two iframes.
The top iframe allows the user to enter/select “page will reload every __ seconds”.
The bottom iframe is the actual website and it will reload according to the interval set by the user.
p.s. I am familiar with HTML but new to javascript
Thanks in advance!
Here i am using jQuery and javascript in order to auto update the page. Inside the
update()function I am using AJAX which is able to send a receive data from a URL and then you can output that data using the varxmlhttp.responseText