I have sent Email to My client with some links.. (http://example.com?id=1234
).
When the User click this link, It will open a new tab and play same Video's using iFrame.
- if the site is already open, no need to open a new window, and just launch the video on the already open window.
- if the site is not yet open, then open a window with the site and play.
How can i find the site (http://example.com
) already opened or not?
Is there option in JavaScript?