Is it possible to copy, paste, open new window in javascript?
- by Jenski
At the moment to get to an external link from our intranet, we have to copy the link, and paste the link into a new window. Is there any way we can achieve this in a single function in javascript?
Thanks