I've recently posted a new question in How jQuery can prevent reopening a new window?. At that post, I mentioned to my need for something on F2 key.
Now I want to ask another question similar to the question above; This time for clicking on a link.
I have a link that opens a new window using window.open
. I want to prevent user to reopening new window when he clicks on the list if the previous window is still opened.
What is your suggestion?