Call a JavaScript function across browser tabs
Posted
by kumar
on Stack Overflow
See other posts from Stack Overflow
or by kumar
Published on 2010-04-10T18:52:46Z
Indexed on
2010/04/10
20:13 UTC
Read the original article
Hit count: 318
JavaScript
I have two browser tabs, tab1 and tab2.
I have a function called execute in tab1, which I would like to call from the page in tab2.
Is that possible and if so how?
© Stack Overflow or respective owner