Hi, i have this situation.
One page open another page in a separated instance of the browser, i
neek to refresh every five minutes the first page but without take the
focus, anybody know how can i do that?
I wanna try to explain with an example, i have to pages A.html and
B.html, the page A open the page B in a separated intance of the
browser, i need to refresh the page A every five minute. Actually i
doing with the setTimeout function, but when the page A is refresh
obtain the focus and i don't want this.
Thanks,
Alejandro
One page open another page in a separated instance of the browser, i
neek to refresh every five minutes the first page but without take the
focus, anybody know how can i do that?
I wanna try to explain with an example, i have to pages A.html and
B.html, the page A open the page B in a separated intance of the
browser, i need to refresh the page A every five minute. Actually i
doing with the setTimeout function, but when the page A is refresh
obtain the focus and i don't want this.
Thanks,
Alejandro
Comment