I was wondering if there was a way to detect if the current browser
openned a new window. For example, I have a link like <a
href=" target="_blank">text</a>
And I would like to know if a window was openned using this like (the
_blank target opens a new window, but I do not think it has a name) I
would like to be able to detect this without editing the <a> tag with
something like onClick, but just be able to detect if the window is open
(or was openned) using a if statement without having to alter the HTML
code itself.
Thak you
openned a new window. For example, I have a link like <a
href=" target="_blank">text</a>
And I would like to know if a window was openned using this like (the
_blank target opens a new window, but I do not think it has a name) I
would like to be able to detect this without editing the <a> tag with
something like onClick, but just be able to detect if the window is open
(or was openned) using a if statement without having to alter the HTML
code itself.
Thak you