I have a menu with 8 links. If i click on one of the links, it opens in a new page (target="_blank"). How do I prevent opening the same page multiple times? If you click a link "home" and the home page shows up and u click "home" in a different menu, it should do a focus on index.php (which is already opened) and just refresh the page.
Can i do this with javascript? Or is there another language i must write it in?
Can i do this with javascript? Or is there another language i must write it in?