javascript - Activate an opened window tab when a link from another window is clicked -
i know if it's possible activate opened window tab when click on link different window.
e.g. click on _blank
link website a, opens new window website b. now, if want go website website b, have close website b or website manually.
is possible create link in website b activate opened website a?
it not possible due obvious security reasons :d
if have refered tabs window in context, can try popping website new window , calling focus() on
yourpopupname.focus();
can focus on popped window.
reference: how change browser focus 1 tab another
wiki
Comments
Post a Comment